09.11.2020, 08:35
Run this once and post what you get in Logs tab. It will read the extension type that is connected to your LM.
Code:
m1, m2, m3 = require('i2c').read(0, 0x50, 0x70, 3)
if m1 and m2 and m3 then
readid = string.char(m1, m2, m3)
log(readid)
else
log('id read failed')
end