-
MSP430单片机开发的相关测试程序,I/O口的测试
MSP430单片机开发的相关测试程序,I/O口的测试-Single-chip MSP430 development-related test procedures, I/O port test
- 2022-12-28 07:50:03下载
- 积分:1
-
简单的A/D,D/A转换程序,适合初学者
简单的A/D,D/A转换程序,适合初学者
- 2022-03-04 04:39:09下载
- 积分:1
-
关于msp430单片机的一些
自己收集的一些有需要的请下载
关于msp430单片机的一些
自己收集的一些有需要的请下载-MSP430 MCU on some of his own collection of some of those in need, please download
- 2022-11-20 12:45:03下载
- 积分:1
-
通过DS18B20读取温度(范围
通过DS18B20读取温度(范围-55C~125C,精确到小数点后一位),通过4位数码管显示出来。 当温度为正且百位为零时,不显示,当温度为负时百位显负号。当温度百位和十位都为0时0都不显示。-Read through the DS18B20 temperature (range-55C ~ 125C, accurate to one decimal), through four digital tube display. When the temperature is zero and 100, do not show, when the temperature is significantly negative at minus 100. When the temperature is 100 and 10 are not displayed 0:00.
- 2022-06-14 06:02:24下载
- 积分:1
-
自己编写的一个单片机控制红外发送与接收的红外发射源程序,同时自己也做了一个板实验,是成功的哦...
自己编写的一个单片机控制红外发送与接收的红外发射源程序,同时自己也做了一个板实验,是成功的哦-I have written a single chip to send and receive infrared control of the infrared emission source and at the same time also made a plate experiment was a success, oh
- 2022-03-26 05:19:12下载
- 积分:1
-
台湾凌阳单片机USB驱动源程序,为凌阳大学计划内容之一。
台湾凌阳单片机USB驱动源程序,为凌阳大学计划内容之一。-Taiwan Sunplus microcontroller USB Driver source, the University of Sunplus one of the contents of the plan.
- 2022-07-22 04:24:37下载
- 积分:1
-
This is the time to participate in Electronic Design Contest works: infrared rem...
这是参加电子设计大赛时的作品:红外遥控小车:用红外线通过一块AT89S52单片机发射信号即编码,并用红外接收头接收信号;接着再用另一块AT89S52单片机对红外发射出的信号编码进行解码,最后再用一块AT89S52单片机用解码所得码值编写程序后驱动步进电机。步进机功能启动后不仅能使受控小车向前后左右四个方向前进和转弯,而且还能控制小车再地上转动并留下方形或圆形等形状。-This is the time to participate in Electronic Design Contest works: infrared remote control car: Using infrared transmission signal through an AT89S52 microcontroller that is encoded and used infrared receiver to receive the first signal and then using the other an infrared emitting MCU AT89S52 code and decode the signal and finally an AT89S52 microcontroller then proceeds with the decoding key value of the preparation of procedures to drive a stepper motor. Stepper machine function activated not only make the car forward in a controlled direction and after about four turns, but also to control the car and then turned and left the ground such as square or round shapes.
- 2022-05-06 18:46:07下载
- 积分:1
-
51单片机与MAX 7219连接,可一次性驱动8位数码管,绝对正确
51单片机与MAX 7219连接,可一次性驱动8位数码管,绝对正确-MAX 7219 with 51 single-chip connections can be a one-time 8-bit digital tube-driven, absolutely right
- 2022-05-12 13:46:43下载
- 积分:1
-
四相步进电驱程序,能够实现电驱的运转速度的控制。
四相步进电驱程序,能够实现电驱的运转速度的控制。-4-phase stepper electric drive program, to achieve the operation of electric drive speed control.
- 2022-03-20 00:35:18下载
- 积分: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