Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TSI TextLCD mbed
Fork of TP1_eje3_pruebas by
Revision 6:5db1a09083b3, committed 2018-05-23
- 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);
