Tschuchnik

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
lordofthestorm12
Date:
Thu Nov 29 17:19:40 2018 +0000
Parent:
0:3e843e64ce84
Commit message:
Tinf Test Tschuchnik

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Nov 29 17:16:04 2018 +0000
+++ b/main.cpp	Thu Nov 29 17:19:40 2018 +0000
@@ -6,7 +6,7 @@
     
     void LedOff(){write(0x00);}
     
-    void LedOn(int lVal){write(lval)};
+    void LedOn(int lVal){write(lVal)};
     void LedOn(){write(0x0f);}
     
     };
@@ -42,6 +42,9 @@
 }
 
 int main() {
+    
+    enum STM {INIT, EIN, AUS };
+    
     while(1) {
 
     }