I've noticed that _pulseCount variable was not initialized to 0. That sometimes leads to the variable, having unpredictable value on startup due to additive assignment (+=) on this line, when RadSensBoard:readData() is being called from RadSenBoard:init().
Hi,
I've noticed that
_pulseCount
variable was not initialized to 0. That sometimes leads to the variable, having unpredictable value on startup due to additive assignment (+=) on this line, whenRadSensBoard:readData()
is being called fromRadSenBoard:init()
.Thank you for your great work on the library!