Sygaldry
|
Functions | |
void | sygaldry::sygsp::delay (unsigned long ms) |
This software component provides a portable API for a simple delay function, equivalent to the Arduino delay
API, but with better encapsulation.
void sygaldry::sygsp::delay | ( | unsigned long | ms | ) |
Delay execution for a certain amount of time in milliseconds.
This function should be defined by each platform. Clients of the API will need to link the platform-specific library as well as including the header in which this function is declared.
This API is currently implemented for ESP-IDF and Raspbery Pi Pico SDK via the Arduino hack subsystem.