A
Arduino16mo ago
PenPengu

on some arduino cores you can do `Serial.printf()` with the same tricks as printf https://cplusplus.

on some arduino cores you can do Serial.printf() with the same tricks as printf https://cplusplus.com/reference/cstdio/printf/. Or you can use snprintf https://cplusplus.com/reference/cstdio/snprintf/
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?