Sorgente di partenza per sviluppare i Timer V2.0

Dependencies:   TextLCD mbed

Fork of TimerFiera by Fabio Dal Forno

Revision:
3:b96d23930bf8
Parent:
2:9fc2b9475b38
--- a/main.cpp	Fri Apr 22 07:25:05 2016 +0000
+++ b/main.cpp	Wed May 16 21:03:52 2018 +0000
@@ -17,7 +17,7 @@
 AnalogIn vbat(PC_3);
 
 InterruptIn user_button(USER_BUTTON); 
-InterruptIn proximity(D9); 
+InterruptIn proximity(PB_7); 
 
 Timer t;
 TextLCD lcd(D2,D3,D4,D5,D6,D7);