Pololu3piPlus32U4 library
|
Stores sensor calibration data. More...
#include <Pololu3piPlus32U4LineSensors.h>
Public Attributes | |
bool | initialized = false |
Whether array pointers have been allocated and initialized. More... | |
uint16_t * | minimum = nullptr |
Lowest readings seen during calibration. More... | |
uint16_t * | maximum = nullptr |
Highest readings seen during calibration. More... | |
Stores sensor calibration data.
See calibrate() and readCalibrated() for details.
Definition at line 238 of file Pololu3piPlus32U4LineSensors.h.
bool Pololu3piPlus32U4::LineSensors::CalibrationData::initialized = false |
Whether array pointers have been allocated and initialized.
Definition at line 241 of file Pololu3piPlus32U4LineSensors.h.
uint16_t* Pololu3piPlus32U4::LineSensors::CalibrationData::maximum = nullptr |
Highest readings seen during calibration.
Definition at line 245 of file Pololu3piPlus32U4LineSensors.h.
uint16_t* Pololu3piPlus32U4::LineSensors::CalibrationData::minimum = nullptr |
Lowest readings seen during calibration.
Definition at line 243 of file Pololu3piPlus32U4LineSensors.h.