[ion] millis() and micros() returns uint32_t and are defined in their own header

This commit is contained in:
Damien Nicolet
2018-11-07 00:23:28 +01:00
parent 79bfc7f112
commit c0c0905b84
7 changed files with 27 additions and 11 deletions

View File

@@ -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();