Fork of Demo program for ard2pmod library. Alarm features of RTC have not been tested, please try them out.

Dependencies:   Terminal ard2pmod mbed

Fork of ard2pmod_demo by Maxim Integrated

Revision:
12:31bf63dacda3
Parent:
11:2a67639216f2
Child:
13:067920a73c78
--- a/main.cpp	Thu Mar 12 19:49:02 2015 +0000
+++ b/main.cpp	Thu Mar 19 21:56:26 2015 +0000
@@ -66,7 +66,7 @@
        PMOD_TYPE_6_HBRIDGE
     */
     
-    Ard2Pmod rtc(PMOD_TYPE_4_UART);  //instantiate Ard2Pmod class with default constructor
+    Ard2Pmod rtc(Ard2Pmod::PMOD_TYPE_4_UART);
 
     //default destructor call example
     //rtc.~Ard2Pmod();