You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went through the example file and found it a bit confusing.
I am trying to figure out why you use in the example the eeipclient.t_o_iodata[8] for the first byte and eeipclient.t_o_iodata[9] for the second byte. Should it not be eeipclient.t_o_iodata[16] to get the second byte ?
I also would like to know how to assign single Bits with your eeip solution.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
thanks for charing this great repo.
I went through the example file and found it a bit confusing.
I am trying to figure out why you use in the example the eeipclient.t_o_iodata[8] for the first byte and eeipclient.t_o_iodata[9] for the second byte. Should it not be eeipclient.t_o_iodata[16] to get the second byte ?
I also would like to know how to assign single Bits with your eeip solution.
Thanks!
The text was updated successfully, but these errors were encountered: