Project Fahrrad-licht

Dependencies:   mbed STM_Fahrrad_Licht Led_Func_Lib

Files at this revision

API Documentation at this revision

Comitter:
lordofthestorm12
Date:
Sat Nov 24 11:54:50 2018 +0000
Commit message:
Dynamic LED "Bike" Light

Changed in this revision

Button_Lib.lib Show annotated file Show diff for this revision Revisions of this file
Led_Func_Lib.lib Show annotated file Show diff for this revision Revisions of this file
STM_Fahrrad_Licht.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
diff -r 000000000000 -r e5e8b94349f6 Button_Lib.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Button_Lib.lib	Sat Nov 24 11:54:50 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/lordofthestorm12/code/Button_Lib/#d1c17d53dc81
diff -r 000000000000 -r e5e8b94349f6 Led_Func_Lib.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Led_Func_Lib.lib	Sat Nov 24 11:54:50 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/lordofthestorm12/code/Led_Func_Lib/#c203a5ca6463
diff -r 000000000000 -r e5e8b94349f6 STM_Fahrrad_Licht.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/STM_Fahrrad_Licht.lib	Sat Nov 24 11:54:50 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/lordofthestorm12/code/STM_Fahrrad_Licht/#3d7042171419
diff -r 000000000000 -r e5e8b94349f6 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Nov 24 11:54:50 2018 +0000
@@ -0,0 +1,16 @@
+#include "mbed.h"
+#include "STM_Fahrrad_Licht.h"
+#include "Button_Bar.h"
+
+StateDefine Machine;
+Button_Bar Input;
+
+
+int main()
+{
+    while(1) {
+
+    Machine.STATEChange(Input.checkButtons(), Input.checkTimer());
+
+    }
+}
diff -r 000000000000 -r e5e8b94349f6 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Nov 24 11:54:50 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file