Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 535 Bytes

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