testSensorMainValues | |
This example can be used for a first fast test if the sensors works
It will generate a looped output of the direct measured data (DIR) and data from the update (UPD) registers. Therefore it demonstrats also the use of the direct read (without UPD) and the snapshoot registers (with UPD). See Sensor manual for more information of the UPD mode and the snapshoot registers. SPDX-License-Identifier: MIT | |
Tle5012Wiced | Tle5012Sensor = Tle5012Wiced() |
errorTypes | checkError = NO_ERROR |
updTypes | upd = UPD_high |
void | setup () |
void | loop () |
void | application_start () |
void setup | ( | ) |
void loop | ( | ) |
void application_start | ( | ) |
Tle5012Wiced Tle5012Sensor = Tle5012Wiced() |
errorTypes checkError = NO_ERROR |