Skip to content
Stefan Armborst edited this page Jan 27, 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 successful.

Clone this wiki locally