Esp32-Mcp3008-LineSensor
Library for Espressiff ESP32 based line followers, using the MCP3008 ADC chip.
Public Attributes | List of all members
mcp3008::LineSensor::CalibrationData Struct Reference

The LineSensor's calibration data. More...

#include <mcp3008_linesensor.h>

Public Attributes

uint16_t min [Driver::CHANNELS]
 
uint16_t range [Driver::CHANNELS]
 

Detailed Description

The LineSensor's calibration data.

You should have no reason to edit these values directly, use LineSensorCalibrator instead.

Member Data Documentation

◆ min

uint16_t mcp3008::LineSensor::CalibrationData::min[Driver::CHANNELS]

◆ range

uint16_t mcp3008::LineSensor::CalibrationData::range[Driver::CHANNELS]

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