mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] millis() and micros() returns uint32_t and are defined in their own header
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <ion/led.h>
|
||||
#include <ion/power.h>
|
||||
#include <ion/storage.h>
|
||||
#include <ion/timing.h>
|
||||
#include <ion/usb.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
@@ -27,8 +28,6 @@ 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