funktionen

Dependencies:   mbed

Revision:
1:2beb3ea0c40f
Parent:
0:8c6f1d850a3c
Child:
2:5b052d18a113
--- a/main.cpp	Mon Jan 13 17:01:53 2020 +0000
+++ b/main.cpp	Mon Jan 13 17:04:32 2020 +0000
@@ -1,3 +1,7 @@
 #include "mbed.h"
 
-int modifyBit(int x, unsigned char position, bool State);
\ No newline at end of file
+#define BUTTON p14
+int modifyBit(int x, unsigned char position, bool State);
+int lauflicht(bool richtung, int time, int &anz);
+void nibbleLeds(int value);
+void printb(uint8_t x);
\ No newline at end of file