TickTimer
system timer (mwx::periph_ticktimer)
void loop() {
if (TickTimer.available()) {
if ((millis() & 0x3FF) == 0) { // This may not be processed (could be skipped)
Serial << '*';
}
}
}Methods
inline bool available()最終更新