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