lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello guys,

In recent weeks I implemented GUI to DS3231 real-time clock module.
Under the hood is TekUI interface for my device format codec and my
client side implementation of Firmata protocol.

For sure all implemented in Lua 5.3. License GPLv3.

If anyone tinkers with Arduino, feel free to try it.

https://github.com/martin-eden/tekui_ds3231

-- Martin