16x2 LCD (4-bit Interfacing) [see tutorials]
- lcd.h
- tset_lcd.c
A/D (ads7841p) [see tutorials]
- ads7841.h
- test_ads7841.c
I2C Bus [see tutorials]
- i2c.h
Real-Time Clock (ds1307+) [see tutorials]
- ds1307.h
- test_ds1307.c
Note: require lcd.h and i2c.h
EEPROM (24lc512-i/p) [see tutorials]
- 24xx512.h
- test_eeprom.c
Note: require lcd.h and i2c.h
Servos Motor Control [see tutorials]
- pwm_servos.h
- test_servos.c
Download all files: at the project webpage
Support Forums: Any questions, please post it there.



2 comments:
What a great website... currrently i'm nw involves in designing the fuzzy logic control... just i want to know how to burn the hex file into the i2c ic.. 24ls256
A good question! How to burn the EEPROM via I2C bus?
If you study my tutorial, you will get the idea how to write (burn) the data to the EEPROM. Please see this tutorial the I2C bus.
Post a Comment