• I2C read/write routines
    Hi, I am looking for simple read and write routines for I2C interface between Atmel low-end 89C2051 microcontroller and 24C04 serial EEPROM. Any help would be great . Thanks in Advance. Rocknmoon...
  • I2C read/write routines
    Hi, I am looking for simple read and write routines for I2C interface between Atmel low-end 89C2051 microcontroller and 24C04 serial EEPROM. Any help would be great . Thanks in Advance. Rocknmoon...
  • need correction for a program
    i have a written a program for a 4channel ir remote control with keilc for ATMEL89c51.IR sensor(TSOP1738) is coneected with interrupt1 (P3.3) and timer0.i use timer0 as 16 bit counter and timer1 as 16...
  • need correction for a program
    i have a written a program for a 4channel ir remote control with keilc for ATMEL89c51.IR sensor(TSOP1738) is coneected with interrupt1 (P3.3) and timer0.i use timer0 as 16 bit counter and timer1 as 16...
  • My LCD routine doesnt work , simulator give correct answer
    #include <LPC214X.H> //Control lines connected to P0.0, P0.1, P0.2, nad data is connected to P0.4,P0.5, P0.6, P0.7 #define LCD_DATA 0x000000FF #define LCD_SET IO0SET #define LCD_CLR IO0CLR /...