I am trying to port the LED codes from the Sensel API over to my copy of the Sensel Arduino API, but I
don’t understand the senselWriteReg function in file sensel.ino .
Lines 80 and 81 write the same byte twice. And there seems to be no
code to write 16-bit values to two-byte registers. Why is that?
I need to be able to write registers to implement the LED functions through the Arduino API, but I need to know if the write-register function is correct.