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: mbed
Fork of sousvidefinal by
Revision 1:f7bbeeb46f13, committed 2016-12-19
- Comitter:
- Bushion
- Date:
- Mon Dec 19 19:15:22 2016 +0000
- Parent:
- 0:2eff3cede62e
- Child:
- 2:5ed337fd6c7d
- Child:
- 3:52460a2f371c
- Commit message:
- oaujbfasgf
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Dec 18 22:45:00 2016 +0000 +++ b/main.cpp Mon Dec 19 19:15:22 2016 +0000 @@ -1,11 +1,11 @@ #include "mbed.h" AnalogIn temp(A0); //A0 ADC -DigitalIn cruce(A1); //A1 CRUCE POR 0 -DigitalIn bot3(A2); -DigitalOut salida(A3); -DigitalIn bot1(SW1); -DigitalIn bot2(SW3); +DigitalIn cruce(A1); +DigitalOut salida(A2); +DigitalIn bot3(A3); //A1 CRUCE POR 0 +DigitalIn bot1(A4); +DigitalIn bot2(A5); Ticker sensado; float T=0,P=0; int a=0,x=0,y=0,c=0,OK=1,calentar=0,E1=1,E2=0,E3=0,E4=0,b=100;
