our project

Dependencies:   LCD RTC8563 Wecker mbed

Fork of Projekt_Wecker_LCD by Wolfgang Praschk

Files at this revision

API Documentation at this revision

Comitter:
wolpra98
Date:
Thu Apr 30 10:38:17 2015 +0000
Commit message:
Projekt for an Alarm-Clock

Changed in this revision

LCD.lib Show annotated file Show diff for this revision Revisions of this file
RTC8563.lib Show annotated file Show diff for this revision Revisions of this file
Wecker.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.lib	Thu Apr 30 10:38:17 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/wolpra98/code/LCD/#b25367985a15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTC8563.lib	Thu Apr 30 10:38:17 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/wolpra98/code/RTC8563/#e84a6be5784c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Wecker.lib	Thu Apr 30 10:38:17 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/wolpra98/code/Wecker/#6f0b18518e88
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 30 10:38:17 2015 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+#include "LCD.h"
+#include "const.h"
+#include "RTC8563.h"
+#include "Wecker.h"
+
+
+Wecker wecker;
+int main()
+{
+    wecker.rtc_init();
+    while(1) {
+        wecker.printTime();
+        wecker.printAlarmTime();
+        wait(0.1);
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Apr 30 10:38:17 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/7e07b6fb45cf
\ No newline at end of file