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.
main.cpp
- Committer:
- javiervicente
- Date:
- 2020-12-22
- Revision:
- 0:dd79e9efee0d
- Child:
- 1:5eb86cc15d60
File content as of revision 0:dd79e9efee0d:
#include "mbed.h" AnalogIn adc_temp(ADC_TEMP); enum estados {estadoUno, estadoDos} estado; const float AVG_SLOPE = 4.3E-03; const float V30 = 1.43; DigitalOut led(LED1); DigitalIn boton(USER_BUTTON); int main() { estado=estadoUno; while(1) { } }