9 years, 8 months ago.

DS1307 Interfacing

Hi I am trying to interface DS1307 RTC with mbed LPC11U24 board which communicated through two wire i2c bus. I am not using the in built header file for i2c. But not able to get any ouput. LCD shows 00 for all valuesCan anyone help me to interface RTC DS1307 with mbed LPC11U24 without using header files

1 Answer

9 years, 8 months ago.

I am using library RTC-DS1307 on a KL25Z and it works fine for me. You do have to include the Rtc_Ds1307.h file in main.cpp.

...kevin