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.
Dependents: Coragem_all_sensors Lora_SX1272_Coragem
Diff: ArduinoLike.h
- Revision:
 - 2:a5a72d30cb18
 - Parent:
 - 0:d974bcee4f69
 
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ArduinoLike.h Tue Feb 06 09:58:17 2018 +0000 @@ -0,0 +1,11 @@ +// added by C.Dupaty +// for Arduino compatibility +#ifndef Arduino_h +#define Arduino_h + +typedef uint8_t byte; +typedef bool boolean; +unsigned long millis(void); +unsigned long micros(void); + +#endif \ No newline at end of file