Skip to content
Stefan Armborst edited this page Jan 2, 2020 · 7 revisions

reset

normally not used:

Resets the internal data register for the last measured value to zero (0).
This will done automatically, before starting a new measurement. reset only works if the sensor is in powerOn mode, therefore this function wakes up the sensor, before submitting the command.

 bool reset();

result bool

true if communication was succsessfull

Clone this wiki locally