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

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...
 

Detailed Description

Stores sensor calibration data.

See calibrate() and readCalibrated() for details.

Definition at line 238 of file Pololu3piPlus32U4LineSensors.h.

Member Data Documentation

◆ initialized

bool Pololu3piPlus32U4::LineSensors::CalibrationData::initialized = false

Whether array pointers have been allocated and initialized.

Definition at line 241 of file Pololu3piPlus32U4LineSensors.h.

◆ maximum

uint16_t* Pololu3piPlus32U4::LineSensors::CalibrationData::maximum = nullptr

Highest readings seen during calibration.

Definition at line 245 of file Pololu3piPlus32U4LineSensors.h.

◆ minimum

uint16_t* Pololu3piPlus32U4::LineSensors::CalibrationData::minimum = nullptr

Lowest readings seen during calibration.

Definition at line 243 of file Pololu3piPlus32U4LineSensors.h.


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