test

Dependencies:   mbed

Revision:
5:e8861f51128f
Parent:
4:af513265bf6c
Child:
6:9b523c7d1475
--- a/main.cpp	Mon Jan 13 17:55:20 2020 +0000
+++ b/main.cpp	Mon Jan 13 18:01:44 2020 +0000
@@ -15,7 +15,7 @@
 
 int main() {
     int anzahl,anz;
-    unit8_t value=INIT;
+    uint8_t value=INIT;
     
     anzahl=lauflicht(true,400,anz=0);
     printf("anzahl=%d\n",anzahl);
@@ -36,6 +36,10 @@
         return(x&~mask)|((state<<position)&mask);
     }
     
+    void nibbleLeds(int value)
+{
+    myled=value%16;
+    }
     int lauflicht(bool richtung,int time,int&anz)
     {
       int i;