[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] MicroLua - Lua for the RP2040 microcontroller
- From: Remy Blank <remy@...>
- Date: Fri, 3 Nov 2023 19:18:14 +0100
MicroLua allows programming the Raspberry Pi RP2040 microcontroller in Lua. It packages the
latest Lua interpreter with bindings for the Pico SDK and a cooperative threading library.
MicroLua is licensed under the MIT license.
Sources and documentation: https://github.com/MicroLua/MicroLua
Examples: https://github.com/MicroLua/MicroLua-examples
Feedback welcome :)
-- Remy