-
两个7段共阳LCD显示器,可以调整倒计时时间
两个7段共阳LCD显示器,可以调整倒计时时间-A total of two 7-yang LCD display, you can adjust the countdown time
- 2022-03-11 16:03:48下载
- 积分:1
-
DC Motor Control System Package. Singlechip Sunplus completed the use of DC moto...
直流电机控制系统礼包.运用凌阳单片机完成的直流电机控制系统.-DC Motor Control System Package. Singlechip Sunplus completed the use of DC motor control system.
- 2022-03-13 23:18:29下载
- 积分:1
-
51单片机
基于51单片机都 自动太阳能跟踪系统 包含源码和电路图-51 MCU-based solar tracking system automatically includes source code and schematic
- 2022-09-12 11:25:08下载
- 积分:1
-
单片机在电冰箱智能模糊控制中的应用
单片机在电冰箱智能模糊控制中的应用-SCM in refrigerators Intelligent Fuzzy Control System
- 2023-03-10 23:35:04下载
- 积分:1
-
优龙2410板子的BIOS代码,程序清晰明朗,容易移植到类似的开发板上,十分值得推荐。...
优龙2410板子的BIOS代码,程序清晰明朗,容易移植到类似的开发板上,十分值得推荐。-2410 Liuzhou excellent board of BIOS code, the program clearly uncertain, easily transplanted to a similar development on the board, very much worth recommending.
- 2022-02-28 11:36:49下载
- 积分:1
-
8051 Absolute Encoder Positioner How to connect and drive absolute position enco
8051 Absolute Encoder Positioner How to connect and drive absolute position encoder with SSI serial interface. The encoder has been made by Siemens (6FX2001-5FS12). Archive contains: 1) schematic, 2) source in C and Assembler
- 2022-01-22 07:16:42下载
- 积分:1
-
INA128/INA129精密低功耗仪表放大器的详细中文资料及经典电路例子...
INA128/INA129精密低功耗仪表放大器的详细中文资料及经典电路例子-INA128/INA129 precision low-power instrumentation amplifier中文detailed information and examples of the classic circuit
- 2022-03-10 11:04:40下载
- 积分:1
-
目 的: 建立DS18B20操作库
目标系统: 基于avr单片机
应用软件: AVRGCC
版 本: Version 1.2
圆版时间:...
目 的: 建立DS18B20操作库
目标系统: 基于avr单片机
应用软件: AVRGCC
版 本: Version 1.2
圆版时间: 2007-09-25
开发人员: heshw99 -Objective: To establish library goals DS18B20 operating systems: avr-based single-chip applications: AVRGCC version: Version 1.2 a round version of Time: 2007-09-25 Developer: heshw99
- 2022-12-20 18:15:03下载
- 积分:1
-
单片机时钟代码, 单片机时钟代码
单片机时钟代码, 单片机时钟代码-mcu clock code
- 2023-07-04 11:20:03下载
- 积分: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