system
October 4, 2010, 1:37pm
1
Hi
I have made an easy-to-use library for the DS1307 RTC that does not need the Wire library.
DS1307 Datasheet: http://datasheets.maxim-ic.com/en/ds/DS1307.pdf .
More infomation and download can be found here: Electronics - Henning Karlsen
I know that there are other libraries for the DS1307 out there, but:
I wanted a library that were somewhat similar to my DS1302 library
I wanted to have a go at I2 C without using the Wire library.
I enjoy coding
/Henning
system
October 4, 2010, 2:15pm
2
Ok, i really like the library buuuut.. i LOVE the website!
Such a page would be awesome as Template for playground pages - especially now with those compatibility box and whatnot.. maaan, thats wonderful.
Dont you want to post that layout to the Suggestion or Una punta zero forum? My vote would be yours!
system
October 4, 2010, 8:03pm
3
Nachtwind: I am happy you like my website, but it is not template-based, so adapting it to be used for playground pages might be difficult.
/Henning
that does not need the Wire library
Why don't you want to use the Wire library?
system
October 4, 2010, 8:17pm
5
Why don't you want to use the Wire library?
I simply wanted to try creating the I2C signals myself to get some experience. It has nothing to do with the Wire library as such.
/Henning
Got it. Thanks for the reply.