**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).