mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] add millis() and micros() using systick on device
This commit is contained in:
@@ -27,6 +27,8 @@ namespace Ion {
|
||||
|
||||
void msleep(long ms);
|
||||
void usleep(long us);
|
||||
extern "C" long millis();
|
||||
extern "C" long micros();
|
||||
|
||||
const char * serialNumber();
|
||||
const char * softwareVersion();
|
||||
|
||||
Reference in New Issue
Block a user