-
AVR for OBD2 source code
&如果您想利用AVR单片机制作一台家用设备车载诊断仪,
- 2022-01-26 03:42:53下载
- 积分: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
-
三星公司的S3C44B0X开发板的配套光盘的RTC显示实验源程序
三星公司的S3C44B0X开发板的配套光盘的RTC显示实验源程序-Samsung"s development board S3C44B0X matching CD RTC experimental source
- 2022-07-28 13:18:11下载
- 积分:1
-
TMS320C6713设计数字滤波器的源程序,可以用于初学者参考学习
TMS320C6713设计数字滤波器的源程序,可以用于初学者参考学习-TMS320C6713 digital filter design source code, can be used for reference for beginners to learn
- 2022-12-16 16:55:03下载
- 积分:1
-
2440的flash驱动,通过串口接收上位机信息,然后写入flash中,自带flash检测程序...
2440的flash驱动,通过串口接收上位机信息,然后写入flash中,自带flash检测程序-2440 of the flash drive through the PC serial port to receive information, and then written into the flash, the onboard flash detection procedures
- 2022-03-02 01:23:43下载
- 积分:1
-
ZLG SmartARM2300 of the factory demo program, including the board of all drivers...
ZLG SmartARM2300的出厂演示程序,包含板子上的所有驱动程序,基于ADS+uCos-ZLG SmartARM2300 of the factory demo program, including the board of all drivers, based on ADS+ UCos
- 2023-03-09 18:55:02下载
- 积分:1
-
最新版IAR511下的AT91SAM7S64的PIO例程。
最新版IAR511下的AT91SAM7S64的PIO例程。-IAR511 under the latest version of the PIO routines AT91SAM7S64.
- 2022-08-25 01:11:10下载
- 积分:1
-
fpga 健身器自行车控制器
用fpga实现的健身器自行车控制器,有两种模式,第一种模式下,f启动,选择1模式,e确定。选择强度e确定,d开始。第二种模式下f启动,选择2模式,e确定,选择强度,e确定,输入训练时间,c清楚,e确定,d开始。最后三秒钟有led灯亮起提示。
- 2022-03-22 01:20:06下载
- 积分:1
-
1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。
2. T0_C51.rar, (带中文注释的51汇...
1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。
2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。
两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验。-1. T0_ASM.rar, (with Chinese comments C51 language routines), use of the timer 0 interrupt LED lamps to achieve a simple control. 2. T0_C51.rar, (with English Notes 51 assembly language routines), use of the timer 0 interrupt LED lamps to achieve a simple control. Two same functions Timer0 interrupt procedures are MCU51-63K emulator through the experiment.
- 2023-07-06 02:45:03下载
- 积分:1
-
8253 烧写程序 8253 烧写程序
8253 烧写程序 8253 烧写程序-8253 procedures 8253 programmer programmer programmer procedures procedures 8253
- 2022-05-30 07:21:10下载
- 积分:1