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
--- /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
--- /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
--- /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
--- /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());
+
+    }
+}
--- /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