-
关于时钟的编程,用于Lpc2103的,外接电源,
关于时钟的编程,用于Lpc2103的,外接电源,-Programming on the clock for the LPC2103, the external power supply,
- 2022-04-20 19:55:04下载
- 积分:1
-
单片机C语言100例源代码基于PIC
单片机C语言100例源代码基于PIC单片机C语言100例源代码基于PIC单片机C语言100例源代码基于PIC单片机C语言100例源代码基于PIC
- 2022-02-28 13:37:22下载
- 积分:1
-
This is the AVR
这是AVR的IO端口使用的代码,它可以通过数码管和LED灯指示IO口的电平变化,用ICCAVR开发-This is the AVR
- 2022-03-24 14:45:15下载
- 积分:1
-
linux kernel
linux kernel
- 2022-07-15 13:50:02下载
- 积分:1
-
嵌入式系统,pda的原码,整个driver部分,arm7 cpu,可以学习arm上的driver 编成...
嵌入式系统,pda的原码,整个driver部分,arm7 cpu,可以学习arm上的driver 编成-embedded systems, pda"s original code, the entire driver, ARM7 CPU, we can learn from arm into the driver
- 2022-02-02 14:23:36下载
- 积分:1
-
比较纤细的介绍了嵌入式系统的组成,原理和一些基本应用,是一本很好的电子书。...
比较纤细的介绍了嵌入式系统的组成,原理和一些基本应用,是一本很好的电子书。-relatively slim introduction to the embedded system components, some of the basic principles and applications, is a very good e-books.
- 2022-01-25 14:15:29下载
- 积分:1
-
控制EASYARM2200教学实验平台上的蜂鸣器报警
控制EASYARM2200教学实验平台上的蜂鸣器报警-Control EASYARM2200 teaching experiment platform buzzer alarm
- 2022-07-21 06:39:00下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
Their own to do a package of MSP430 pin 1
一份自己做的MSP430 的封装 管脚1-Their own to do a package of MSP430 pin 1
- 2022-02-05 13:58:02下载
- 积分:1
-
以lpc2119芯片为核心,通过AD端口读取电压值,经双CAN将值传送至CAN...
以lpc2119芯片为核心,通过AD端口读取电压值,经双CAN将值传送至CAN-USB转换器后传至上位机-To lpc2119 chip as the core, the port reads the voltage value through the AD, after the value of dual-CAN will be sent to the CAN-USB converter spread after the host computer
- 2022-12-18 04:30:03下载
- 积分:1