资源列表
malloc_free
- 使用malloc 与 free 在一段可使用的连续空间上-you can use malloc and free in you mcu like stm32,stc51 etc.
fet140_flashwrite_01
- MSP-FET430P140 Demo - Flash In-System Programming, Copy SegA to SegB-MSP-FET430P140 Demo-Flash In-System Pro gramming, Copy SegA to SegB
MB90092
- 用KEIL_C51写的富士通MB90092的驱动程序!-KEIL_C51 write with Fujitsu MB90092 drivers!
SPWMsine
- 利用avr atmega128芯片编写的spwm程序,通过PB0、PB1两个IO口数出相位相差180度的SPWM波形。-spwm program for avr atmega128 microprocessor,the wave output from PB0 and PB1 I/o.
TFT_Char
- tftLCM的点屏程序非常实用,赶紧下载吧-tftLCM point screen is very useful program, and quickly download it
dht11_test
- Ardunio dht11 传感器的演示例子程序-Ardunio dht11 sensor demonstration program
crc16
- 我用VC写的CRC16位,用来计算字符串的CRC16值,可用于一般C-I use VC to write CRC16 bit CRC16 value used to calculate the string can be used for general C
clock
- 实现秒表计时功能,外加启动、暂停、停止和清零功能-Stopwatch function, plus a start, pause, stop, and clear function
AVRadc
- avr单片机控制adc的编程方法具体c语言以及部分文字说明-Avr single-chip microcomputer control adc specific c language programming method and part of the text
IIC
- 软件模拟IIC代码 可以参考 共同学习 -IIC software simulation code can refer to learn together. . .
LedDriver
- LED display HCMS-29xx driver
i2c
- 51系列单片机的i2c总线通信的C语言程序。