Closed walchko closed 7 years ago
The way the library handles sensor packets seems overly complex and long ... there has to be a better way.
Maybe just have the packet decoders and leave it up to the programmer to figure out a way (that works nicely for them) to handle the sensor info?
I think I am doing better:
new get_sensors() only returns packet 100 (all sensors)
get_sensors()
The way the library handles sensor packets seems overly complex and long ... there has to be a better way.
Maybe just have the packet decoders and leave it up to the programmer to figure out a way (that works nicely for them) to handle the sensor info?