/esp32-mcp342x

ESP32 compatible library to interface with the MCP342x class of Analog-to-Digital converters

Primary LanguageC++MIT LicenseMIT

ESP32-MCP342X

ESP-IDF compatible library for using the MCP342X series of ADCs with i2c interface.

Dependencies

Requires esp32-smbus.

Features

  • Base implementation in C style for compatibility
  • C++ implementation to be subclassed for modifications

Acknowledgements