-
单片机音乐编码软件 单片机音乐编码软件
单片机音乐编码软件 单片机音乐编码软件-linhloihoiuhou
- 2022-03-22 10:21:17下载
- 积分:1
-
单片机键盘控制程序模板 单片机键盘控制程序模板
单片机键盘控制程序模板 单片机键盘控制程序模板-Keyboard control procedures Singlechip Singlechip keyboard template template control procedures
- 2022-05-21 23:02:47下载
- 积分:1
-
AVR单片机对温度测量芯片DS18B20进行读取操作
AVR单片机对温度测量芯片DS18B20进行读取操作-AVR micro-chip temperature measurement read operation DS18B20
- 2022-06-18 18:34:21下载
- 积分:1
-
单片机开发
单片机开发-Single-chip development
- 2022-02-03 09:14:46下载
- 积分:1
-
单片机开发源代码, 单片机开发源代码.
单片机开发源代码, 单片机开发源代码.-Single-chip development source code, source code to develop single-chip, single-chip development source code.
- 2022-09-23 15:15:03下载
- 积分:1
-
单片机89s51做的波形发生器,含PROTEUS仿真图,非常实用的波形产生源码!...
单片机89s51做的波形发生器,含PROTEUS仿真图,非常实用的波形产生源码!-89s51 do single-chip waveform generator, including PROTEUS simulation map, very useful source of the waveform generator!
- 2023-01-27 18:15:04下载
- 积分:1
-
SENSE of a temperature transmitter Hart PC interface, and switching functions in...
SENSE 的一款Hart温度变送器的上位机操作界面,有中英文切换的功能,做Hart仪表的可以参考哦-SENSE of a temperature transmitter Hart PC interface, and switching functions in both English and Chinese, make Hart instrument can refer Oh
- 2022-02-24 15:51:19下载
- 积分:1
-
MP3 decoding procedures that can be used with VC or GNU compiler compiler. can r...
本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。
本程可以MP3文件解压为WAV文件
TEST 中的代码可以播放WAV文件
有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了。-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to WAV TEST document of the code can be broadcast WAV documents are interested friends this can be transplanted to mp3 development board, we can develop with the board to broadcast MP3.
- 2022-02-11 23:13:27下载
- 积分:1
-
China Welcomes the Olympics countdown clock, the passage of this design, you can...
迎奥运倒计时钟,通过此设计,可以多方面学习atmega16的使用,设计制作使用的倒计时牌-China Welcomes the Olympics countdown clock, the passage of this design, you can use various learning ATmega16, designed to use the countdown to licensing
- 2022-01-23 11:27:02下载
- 积分: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