Improves the stability of the devcomuino sketch via the following:
\0
to turn it into a c-string.delay
at the end of loop
. This blocked the microprocessor.\r\n
, for consistency with the Serial
output.cmdI2Cwrite
now sends all bytes, instead of just oneSerialCom
to use blocking communications.There is also an example called devcomuino_example
that demonstrates how to use this sketch.