QTRSensors library
Public Attributes | List of all members
QTRSensors::CalibrationData Struct Reference

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.
 

Detailed Description

Stores sensor calibration data.

See calibrate() and readCalibrated() for details.

Definition at line 535 of file QTRSensors.h.


The documentation for this struct was generated from the following file: