Mark Schwarzer / Mbed 2 deprecated Schwarzer_A2_Digital_Input

Dependencies:   mbed

Revision:
4:89345ff980ea
Parent:
3:05cf74b7bad8
--- 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) {