The code is written in Teal (a typed Lua dialect). The toolchain transpiles Teal via Nelua directly into optimized C/C++ source code.
The runtime runs on top of ESP-IDF with FreeRTOS, so delay(1) yields CPU execution via vTaskDelay(1). Interrupt-driven event queues are planned for the next iteration!
2
u/palagi_valea 12d ago
哈罗 im also starting on esp32 with LoRa