32 #if defined(ARDUINO_ARCH_SAMD) && (USB_PID == 0x8D21) 33 #define Serial SerialUSB 43 Serial.println(F(
"SchedulerBenchmarkSemaphore: started"));
52 unsigned long start = millis();
53 await(millis() - start >= 1000);
55 Serial.print(F(
" ("));
56 Serial.print(1000000.0 /
count);
57 Serial.println(F(
" us)"));
void wait(unsigned int count=1)
static bool startLoop(func_t taskLoop, size_t stackSize=DEFAULT_STACK_SIZE)
void signal(unsigned int count=1)