We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8001bc commit f8ffd35Copy full SHA for f8ffd35
src/TaskManagerIO.h
@@ -37,6 +37,7 @@ void yield();
37
uint32_t millis();
38
/** MBED ONLY: This defines the micros function to use the standard mbed us timer, as per framework on Arduino */
39
uint32_t micros();
40
+#define delayMicroseconds(x) wait_us(x)
41
#endif // IOA_USE_MBED
42
43
/**
0 commit comments