|
Using the RTC and the Serial LCD |
|
|
|
|
Written by Administrator
|
|
Friday, 23 January 2009 09:06 |
|
The following code sample illustrates how to set and read the time for the DS1337+ Real Time Clock and how to display the time/date on a serial LCD plugged into A0 via a servo cable. The DS1337+ is also capable of generating interrupts on Arduino pin D0 in response to alarm settings. The following code can get you started, but if you want to really dig into the capabilities of this chip you'll want to read the manufacturer's manual. You can find that here. The following code also demonstrates how easily an LCD can be added to an EAUduino (or Arduino or PIC project or ...) by using the Modern Device Serial LCD board. This code barely touches on the impressive capabilities of the Serial LCD board. You can check out full documentation here. ----------------------------------------------------------------------------------------------------------------------- LCDandRTC.txt
|
|
Last Updated on Friday, 30 January 2009 10:39 |