-
一个ADC0809和DAC0832的程序
一个ADC0809和DAC0832的程序-a ADC0809 and procedures DAC0832
- 2023-07-29 20:00:03下载
- 积分:1
-
提供51无防真器下内存监测程序(pc软件为"超级终端")
提供51无防真器下内存监测程序(pc软件为"超级终端")-provide no real defense for the next memory monitoring procedures (pc software for the "Super Terminal")
- 2022-06-20 03:01:10下载
- 积分:1
-
自制电路板FeCl3腐蚀控制器以PIC16F884为控制单片机,内带EEPROM,通过DS18B20和热电阻测温进而控制加热,加热最终温度可设且掉电存储,另外还...
自制电路板FeCl3腐蚀控制器以PIC16F884为控制单片机,内带EEPROM,通过DS18B20和热电阻测温进而控制加热,加热最终温度可设且掉电存储,另外还有控制反应溶液流动电机,此以10秒为周期,流动时间按键可调;无按键10秒后实时显示溶液温度。-Self-made circuit board FeCl3 to control the corrosion controller PIC16F884 microcontroller, which with EEPROM, and thermal resistance through the DS18B20 thereby control the heating temperature, heating the final temperature can be set up and power-down store, in addition to control the flow of electric reaction solution, this 10 seconds cycle, flow time adjustable keys no real-time display button 10 seconds after the solution temperature.
- 2023-08-28 05:45:03下载
- 积分:1
-
PIC16F877单片机硬件IIC编程
PIC16F877单片机硬件IIC编程-PIC16F877 microcontroller programming hardware IIC
- 2023-05-03 06:05:03下载
- 积分:1
-
8位定时器H1(PWM 输出)
8位定时器H1(PWM 输出) -8-bit timer H1 (PWM output)
- 2022-04-22 16:53:18下载
- 积分:1
-
Homemade battery circuit instrument repair, instrument repair homemade battery c...
自制电池修复仪的电路图,自制电池修复仪的电路图-Homemade battery circuit instrument repair, instrument repair homemade battery circuit
- 2022-03-24 23:32:47下载
- 积分:1
-
如何为keil c51写自己的仿真d
如何为keil c51写自己的仿真d-Keil c51 how to write their own simulation d
- 2022-03-07 01:20:55下载
- 积分:1
-
高精度实时时钟-SD2001驱动程序 [文件名] Sd.c [功能] 对sd2001时钟进行时实读写,并对其内部的ram进行操作...
高精度实时时钟-SD2001驱动程序 [文件名] Sd.c [功能] 对sd2001时钟进行时实读写,并对其内部的ram进行操作-high-precision real-time clock-SD2001 driver [Name] Sd.c [function] sd2001 real-time clock for literacy, and its internal operations for the ram
- 2022-11-03 17:10:03下载
- 积分:1
-
动态扫描键盘,键盘采用矩阵式结构,用KEILC51编译并运行过,可靠性好...
动态扫描键盘,键盘采用矩阵式结构,用KEILC51编译并运行过,可靠性好-Dynamic scanning keyboard, the keyboard matrix structure, using KEILC51 compiler and run-off, reliability, good
- 2022-02-06 04:48:32下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1