craftmetrics / esp32-mcp342x

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 99.2%Language:Makefile 0.8%