|
|
|
|
|
by floitsch
1477 days ago
|
|
We rely heavily on the ESP32 peripherals for strict timings. For example the 1-wire protocol is implemented using the RMT (remote control) peripheral. The pixel strips driver uses the UART or i2s. If really necessary, we could drop down to C, but the hardware is usually better (more precise and leaves us to do other things in the meantime). |
|
Maybe the title should be "Toit is a modern high-level language designed specifically for ESP32".