资源列表
[单片机(51,AVR,MSP430等)] ch452a
说明:IIC总线协议芯片CH452驱动代码,配合数码管和按键,适合快速移植。-IIC bus agreement CH452 chip driver code, with digital tube and buttons, suitable for rapid transplantation.<jinxiao_yao> 在 2025-07-20 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] UART
说明:SST89E58RD2单片机串口通信代码,可方便移植为单片机与PC端的串口调试助手进行通信。-SST89E58RD2 microcontroller serial interface communication code for transplantation for the microcontroller and PC serial port debug assistant communication.<jinxiao_yao> 在 2025-07-20 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] SMC162
说明:SMC162-51单片机驱动液晶程序,课直接驱动同种类型的液晶。方便移植。-SMC162-51 SCM drive LCD program, the class direct drive the same type of LCD. Convenient transplantation.<jinxiao_yao> 在 2025-07-20 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] 430-5110
说明:用MSP430实现诺基亚5110的液晶显示程序-Nokia 5110 LCD program using the MSP430<孟晓尧> 在 2025-07-20 上传 | 大小:37kb | 下载:0
[单片机(51,AVR,MSP430等)] 74HC393-fenpinji
说明:主要是测量频率 可达到0.1Hz--8MHz 运用了分频器进行分频 并且可以测量峰峰值-Mainly the peak measurement frequencies up to 0.1Hz--8MHz This use of a divider to divide and can measure the peak<上官云> 在 2025-07-20 上传 | 大小:118kb | 下载:0
[单片机(51,AVR,MSP430等)] ourdev_574916
说明:在arm7上实现三菱fx2n系列的plc-Arm7 on of Mitsubishi fx2n Series plc<梁伞> 在 2025-07-20 上传 | 大小:1.47mb | 下载:0
[单片机(51,AVR,MSP430等)] INFRA_RED
说明:完美红外解码。C51系列,内含详细标注!使用外部中断-Perfect infrared decoder. C51-series, containing detailed annotation using an external interrupt<TAO> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] AT24C02
说明:I2C总线芯片AT24C02程序设计(精简版),内含C语言代码-I2C bus chip AT24C02 programming (Starter Edition), containing the C language code<TAO> 在 2025-07-20 上传 | 大小:87kb | 下载:0
[单片机(51,AVR,MSP430等)] 74HC595
说明:74HC595程序应用(附原理图),里面有详细介绍595的用法-74HC595 procedures (with schematics), there are details to 595 usage<TAO> 在 2025-07-20 上传 | 大小:36kb | 下载:0
[单片机(51,AVR,MSP430等)] SHT21-C51
说明:温湿度传感器SHT21的C51控制程序,采用IO模拟实现,也可做I2C接口的参考。-Temperature and humidity sensor the SHT21 of C51 control procedures, the use of IO simulation, but also to do the I2C interface reference.<wy937769> 在 2025-07-20 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] communition
说明:实现24LE1和24LU1的无线通信例子,自己写的,在SDK环境下编译通过,做开发的时候可以借鉴,节省很多时间和精力。-Wireless communication 24LE1 and 24LU1 example, write your own compiler in the SDK environment by the developed can learn to save a lot of time and effort.<矫春海> 在 2025-07-20 上传 | 大小:650kb | 下载:0
[单片机(51,AVR,MSP430等)] AVR
说明:AVR单片机的ADC转换程序包括基准定义端口定义, ADCSRA|=(1<<ADSC) //启动AD转换 loop_until_bit_is_set(ADCSRA,ADIF) //方法1 等待AD转换结束 // while ((ADCSRA&(1<<ADIF))==0) //写法2 这种写法优化不好 // loop_until_bit_is_clear(ADCSRA,ADSC) //方法2 检测ADSC=0也行 ADCSRA|=(1<<AD<李丽丽> 在 2025-07-20 上传 | 大小:1kb | 下载:0