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
00001 #include "mbed.h" 00002 #include "prueba_hsens.h" 00003 #include "Log.h" 00004 #include "Pinout.h" 00005 #include "Console.h" 00006 00007 Log _; 00008 prueba_hsens * sensores; //Exporto el objeto 00009 00010 00011 int main() { 00012 sensores = new prueba_hsens; 00013 00014 _.setSerial(new Serial(PA_2, PA_3)); //Los pines que habia reservado 00015 00016 Console console ; //Creo el objeto de la consola 00017 00018 while(1){ 00019 console.start(); //LLamo a la funcion que inicia a la consola 00020 } 00021 }
Generated on Fri Aug 19 2022 07:33:34 by
1.7.2