10.11.2020, 05:55
(09.11.2020, 08:35)admin Wrote: 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
Good morning:
Thanks for the answer, this is the log that I get when executing the Script