Try one

Dependencies:   PM2_Libary

Files at this revision

API Documentation at this revision

Comitter:
chrigel
Date:
Mon Apr 19 07:04:25 2021 +0000
Parent:
11:af0f165f8761
Commit message:
first comit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r af0f165f8761 -r 1dc786059083 main.cpp
--- a/main.cpp	Wed Apr 14 12:15:40 2021 +0000
+++ b/main.cpp	Mon Apr 19 07:04:25 2021 +0000
@@ -10,7 +10,7 @@
 
 using namespace std::chrono;
 
-InterruptIn user_button(USER_BUTTON);
+InterruptIn user_button(USER_BUTTON); //Aenderung um abzukopelln
 DigitalOut  led(LED1);
 
 bool  executeMainTask = false;