**Describe the issue** Users expect to use `delay()` which breaks FreeRTOS. So define it to be useful. **Expected behavior** Using `delay()` breaks everything. Redefine it to `vTaskDelay()` to stop that happening. **Additional context** See [discussion here](https://github.com/RalphBacon/244-RTOS-for-Arduino/issues/1).
Describe the issue
Users expect to use
delay()which breaks FreeRTOS. So define it to be useful.Expected behavior
Using
delay()breaks everything. Redefine it tovTaskDelay()to stop that happening.Additional context
See discussion here.