Hi guys! I’m using this node “node-red-contrib-i2c“
But I need write multiples bytes and this node only allow write 1 byte.
The message what need send is the next:
I Start|Address Write| data byte 0| data byte 1|… |stop|
How can do this?
Thanks!