搜索资源列表
avr-libc-1.6.2
- This avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers. -This is avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for develo
avr-libc-user-manual-1.6.1
- avr-libc 手册. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers. -This is avr-libc manual. It is a C library implementation for use with GNU GCC and GNU binutils for d
1160037925_1_FT224_iso7816_vcc
- iso7816_plain.c implements an interface between an RS-232 serial port and an ISO 7816 smart card, and is targeted for the Atmel AT90S2313 microcontroller in a development terminal. The source code is written entirely in C using the WinAVR tool suite.
bmp085
- 气压传感器 BMP085 c语言程序 GCC avr编写-Pressure Sensor the BMP085 c language program prepared by the GCC avr
AT45_1_00.ZIP
- atmel flash memory AT45 series library writen in C langauge for gcc-avr to be read/write.
Fatfs_GCC
- FatFs gcc 编译工程 FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平*立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free