run test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
stkiegerl
Date:
Mon Jan 13 17:45:14 2020 +0000
Parent:
5:eb77a24b2d95
Commit message:
fixed Error with Button -> Programm is fully functioning

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 13 17:42:03 2020 +0000
+++ b/main.cpp	Mon Jan 13 17:45:14 2020 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#define BUTTON1 p14 // M3: push joystick pin
+//#define BUTTON1 p14 // M3: push joystick pin
 //#define BUTTON1 A1 // NUCLEO: Taster A1
 
 int modifyBit(int x, uint8_t position, bool State);