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
ArduinoLike.h
- Committer:
- marcoantonioara
- Date:
- 2019-11-13
- Revision:
- 5:d5e647e6def9
- Parent:
- 2:a5a72d30cb18
File content as of revision 5:d5e647e6def9:
// 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