10#ifndef M5_UTILITY_COMPATIBILITY_FEATURE_HPP
11#define M5_UTILITY_COMPATIBILITY_FEATURE_HPP
13#include <freertos/FreeRTOS.h>
36void delay(
const unsigned long ms);
IRAM_ATTR unsigned long millis()
Returns the number of milliseconds passed since the Arduino board began running the current program.
Definition compatibility_feature.cpp:21
IRAM_ATTR unsigned long micros()
Returns the number of microseconds since the Arduino board began running the current program.
Definition compatibility_feature.cpp:26
void delay(const unsigned long ms)
Pauses the program for the amount of time (in milliseconds) specified as parameter.
Definition compatibility_feature.cpp:31
void delayMicroseconds(const unsigned int us)
Pauses the program for the amount of time (in microseconds) specified by the parameter.
Definition compatibility_feature.cpp:45
Top level namespace of M5.
Definition bit_segment.hpp:17