I wanted to make a clock with an RTC DS1307 and also using a I2C 16x02 LCD, and as they will be using only 2pins (I2C) I'm wondering if could using a jelly bean attyny85, we'll see...
what I really want to know is who can extract the individual bytes of information from the rtcDS1307 , I wanted to write just in the first line of the lcd the day of the week and the date for example: "Tues. 12/11/2013" ; and like it's going to change once every24h i don't want to recall those bytes.
the second line is going to be the time and the temp, using the DS1307 and a 18b20 and this is the line that I have to change every minute.
I following adafruit's tutorial I finally get something more or less functional, just need to adjust the data format and add UI, thanks to gardner.
you can see that the LCD show the data like they did on the Alarm Clock from ArduinoLibs, thanks craigcurtin.