-
STC89C58RD+ Series software spi
STC89C58RD+系列软件实现spi-STC89C58RD+ Series software spi
- 2022-02-03 03:51:59下载
- 积分:1
-
非常实用的msp430液晶显示模块(12864)代码,重要,简洁,适用初学者。...
非常实用的msp430液晶显示模块(12864)代码,重要,简洁,适用初学者。-Msp430 useful liquid crystal display module (12864) code, it is important, simple, applicable to beginners.
- 2022-08-05 18:17:47下载
- 积分:1
-
红外线遥控器按键检测程序.
通过检测两次下降沿之间的时间差判断接受到的数据位.
已经通过了测试,能够正确区分出32bit数据的遥控器按键键值.
具有
红外线遥控器按键检测程序.
通过检测两次下降沿之间的时间差判断接受到的数据位.
已经通过了测试,能够正确区分出32bit数据的遥控器按键键值.
具有数据重发功能,但是数据的重发有点频繁.
使用晶震频率为11.0592MHz,所有定时值都是基于这个频率计算.
占用很少量的CPU时间,使用了外部中断0接受数据,定时器0进行计数,
定时器1作为串口的波特率发生器(Band = 9600).-Infra-red remote control button detection program. By detecting falling edge twice to determine the time difference between the received data bit. Has passed the test, could correctly distinguish 32bit data button remote control key. With data re-issued, but data a bit of re-issued frequent. Zhenyuan frequency of use of crystal 11.0592MHz, all timing values are calculated based on this frequency. occupied by small quantities of CPU time, use the external interrupt 0 to accept data, timer 0 to count, timer 1 as a string port baud rate generator (Band = 9600).
- 2022-07-15 01:51:55下载
- 积分:1
-
P89V51RD2系列芯片是具有串口下载功能(ISP)和在KEIL中进行调试的功能(SOFTICE)。 新的芯片是ISP功能,通过FlashMagic 软件可以...
P89V51RD2系列芯片是具有串口下载功能(ISP)和在KEIL中进行调试的功能(SOFTICE)。 新的芯片是ISP功能,通过FlashMagic 软件可以设置其为SOFTICE功能。 但要想回到ISP功能,则没有现成的好办法,只有通过编程器了。 但现在可以通过这个程序来恢复其ISP功能(禁止SOFTICE)。-P89V51RD2 series with the serial port chip is the ability to download (ISP) and the KEIL for debugging feature (SOFTICE). The new chip is the ISP, through FlashMagic software can be set to SOFTICE its function. However, to return to the ISP, there is no ready-made good, and that only through a programmer. But now through this procedure to restore its ISP (Prohibition SOFTICE).
- 2022-05-05 10:06:05下载
- 积分:1
-
本人从网上收集的关于Keil
本人从网上收集的关于Keil-C51的相关教程,对初学者很有帮助-I gathered from the Internet on the Keil-C51 related tutorials, very helpful for beginners
- 2023-01-04 14:35:04下载
- 积分:1
-
单片机C51的应用,高精度实时时钟-SD2001驱动程序的源码
单片机C51的应用,高精度实时时钟-SD2001驱动程序的源码 -C51 microcontroller applications, high-precision real-time clock-SD2001 driver source code
- 2023-04-06 12:50:03下载
- 积分:1
-
LPC2148 SD to read and write source code, this process realize the SD card to re...
LPC2148 SD读写源代码,这个程序实现了对 SD卡的读写操作,有简单的说明,很容易看懂-LPC2148 SD to read and write source code, this process realize the SD card to read and write operations, has a simple explanation, it is easy to understand
- 2022-09-05 11:30:03下载
- 积分:1
-
语音报温度c程序 凌阳单片机
温度传感器 ds18b20
语音报温度c程序 凌阳单片机
温度传感器 ds18b20-Voice reported that the temperature c procedures DS18B20 Sunplus Single-chip temperature sensor
- 2022-01-27 17:22:31下载
- 积分:1
-
该程序主要实现通过74ls164实现串行驱动LED并显示,这种显示方法的LED量度较大...
该程序主要实现通过74ls164实现串行驱动LED并显示,这种显示方法的LED量度较大-the main procedures adopted 74ls164 Serial LED driver and showed that This method showed a larger measure of LED
- 2022-03-02 11:21:37下载
- 积分:1
-
This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single...
这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。
/**************************************************************************************************
* 简介
*
* 本模块仅使用于字符显示液晶模块
*
* 当前版本的驱动仅支持以下类型LCD模块驱动:
* Hitachi HD44780 或与之兼容的芯片.
*
* LCD显示函数支持以下格式:
* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters
* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters
* 1 line x 24 characters 2 lines x 24 characters
* 1 line x 40 characters 2 lines x 40 characters
*说明:
* 1 line x 16 characters 需要定义为2*8的液晶模块
*
* 不支持外部内存模式
**************************************************************************************************/
-This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver
- 2022-03-22 03:56:19下载
- 积分:1