文件名称:RFID-EEPROM
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-09-30
- 文件大小:
- 28kb
- 下载次数:
- 0次
- 提 供 者:
- moha****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
RFID reader access with I2C eeprom + LCD display for AVR ATmega8 (CodeVision Compiler recommended).
Configure it with 9600 buad with external interrupt for first use (Modify capacity first).
Be aware to pin7 of eeprom must be grounded pin5 & pin6 must pullup.
I2C eeprom pins:
SDA:PORTC.3
SCL:PORTC.2
LCD Pins:
// RS - PORTD Bit 5
// RD - PORTD Bit 6
// EN - PORTD Bit 7
// D4 - PORTB Bit 0
// D5 - PORTB Bit 1
// D6 - PORTB Bit 2
// D7 - PORTB Bit 3
Configure it with 9600 buad with external interrupt for first use (Modify capacity first).
Be aware to pin7 of eeprom must be grounded pin5 & pin6 must pullup.
I2C eeprom pins:
SDA:PORTC.3
SCL:PORTC.2
LCD Pins:
// RS - PORTD Bit 5
// RD - PORTD Bit 6
// EN - PORTD Bit 7
// D4 - PORTB Bit 0
// D5 - PORTB Bit 1
// D6 - PORTB Bit 2
// D7 - PORTB Bit 3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RFID.c
RFID.dsn
Exe\RFID.hex
...\RFID.rom
Exe