Main

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
riad
Date:
Mon Jan 13 17:27:26 2020 +0000
Parent:
5:eb2e43da141c
Commit message:
Verbesserung

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r eb2e43da141c -r eaf7d563b10e main.cpp
--- a/main.cpp	Mon Jan 13 17:24:52 2020 +0000
+++ b/main.cpp	Mon Jan 13 17:27:26 2020 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 #define BUTTON1 p14
-#define BUTTON! A1
+//#define BUTTON! A1
 
-int modifyBit(int x, unsingned char position, bool State);
+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);