Mark Schwarzer / Mbed 2 deprecated Schwarzer_A2_Digital_Input

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
markschwarzer
Date:
Tue Oct 06 12:50:57 2020 +0000
Parent:
3:05cf74b7bad8
Commit message:
Last

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Oct 06 01:50:55 2020 +0000
+++ b/main.cpp	Tue Oct 06 12:50:57 2020 +0000
@@ -5,6 +5,8 @@
 DigitalIn switch_input(p17);
 Serial pc(USBTX, USBRX);
 
+//code compiles but the mbed has a problem with blinking at certain time intervals
+
 int main() {
 while(1) {
     if (switch_input==1) {