|
Sentinel
|
Functions | |
| void | safePrint (const char *message) |
| Thread-safe print functions for serial output. | |
| void | safePrint (const String &message) |
| Thread-safe print functions for serial output. | |
| void | safePrintln (const char *message) |
| Thread-safe println functions for serial output. | |
| void | safePrintln (const String &message) |
| Thread-safe println functions for serial output. | |
| void | safePrintf (const char *format,...) |
| Thread-safe printf function for serial output. | |
This file implements thread-safe serial printing functions using FreeRTOS semaphores.
| void safePrint | ( | const char * | message | ) |
Thread-safe print functions for serial output.
| message |
| void safePrint | ( | const String & | message | ) |
Thread-safe print functions for serial output.
| message |
| void safePrintf | ( | const char * | format, |
| ... ) |
Thread-safe printf function for serial output.
| format | |
| ... |
| void safePrintln | ( | const char * | message | ) |
Thread-safe println functions for serial output.
| message |
| void safePrintln | ( | const String & | message | ) |
Thread-safe println functions for serial output.
| message |