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: Lora_SX1272_Coragem-dev-shared Lora_SX1272_serial
ArduinoLike.cpp
- Committer:
- cdupaty
- Date:
- 2018-02-06
- Revision:
- 2:a5a72d30cb18
- Parent:
- Arduino.cpp@ 0:d974bcee4f69
File content as of revision 2:a5a72d30cb18:
// added by C.Dupaty // for Arduino compatibility #include "mbed.h" unsigned long micros(void) { return us_ticker_read(); } unsigned long millis(void) { return micros()/1000; }