Hello guys,
I've implemented I2C client in Lua 5.5
(Well.. before I designed and implemented I2C text console for
ATmega328 but this list is about Lua.)
In repo are Lua scripts to Scan for available devices and
Read/Write data to device.
https://github.com/martin-eden/Lua-I2C_Console
(Note that fancy <const> usage!)
-- Martin