Antonella Puricelli / Mbed 2 deprecated TP1_eje3_planchita_pelo

Dependencies:   TSI TextLCD mbed

Fork of TP1_eje3_pruebas by Anto y Lu 2018

Files at this revision

API Documentation at this revision

Comitter:
AntoPR
Date:
Wed May 23 13:04:48 2018 +0000
Parent:
5:88f1d8d68df0
Commit message:
TP1 EJE 3 FINAL; CONTRERAS; PURICELLI; 6A TECNICA

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed May 23 13:03:31 2018 +0000
+++ b/main.cpp	Wed May 23 13:04:48 2018 +0000
@@ -14,8 +14,8 @@
 DigitalOut alarma_led(PTC9);
 
 DigitalIn pull_setting(PTC3,PullUp);//sw_setting
-DigitalIn pull_mode(PTC0,PullUp);//sw_mode
-DigitalIn pull_enter(PTC7,PullUp);//sw_enter
+DigitalIn pull_mode(PTC0,PullUp);   //sw_mode
+DigitalIn pull_enter(PTC7,PullUp);  //sw_enter
 
 AnalogIn sensor(PTB0);
 DigitalOut calefactor(PTB1);