28 #if defined(ARDUINO_ARCH_SAMD) && (USB_PID == 0x8D21) 29 #define Serial SerialUSB 38 Serial.println(F(
"SchedulerSemaphore: started"));
44 static unsigned int i = 1;
45 unsigned long start, stop, ms;
53 Serial.print(F(
":loop::i="));
55 Serial.print(F(
", wait="));
69 Serial.print(millis());
70 Serial.println(F(
":loop1::step-1"));
73 Serial.print(millis());
74 Serial.println(F(
":loop1::step-2"));
77 Serial.print(millis());
78 Serial.println(F(
":loop1::step-3"));
void wait(unsigned int count=1)
static bool startLoop(func_t taskLoop, size_t stackSize=DEFAULT_STACK_SIZE)
void signal(unsigned int count=1)