Skip to content

Arduino compatible TLA2024 library for ESP32 or similar MCU.

License

Notifications You must be signed in to change notification settings

andriyadi/ESP32-TLA2024

Repository files navigation

ESP32-TLA2024

A library for I2C ADC chip TLA2024 targeted for ESP32 microcontroller and Arduino framework. With minor changes you can use it for other MCUs, as long as you use Arduino framework.


Using

To use the library for ESP32 development using Arduino IDE:

  • Clone this repo under Arduino IDE libraries folder
  • Open example provided

Credit

Adapted Library for Arduino IDE. Original Library by @andriyadi: ESP32-TLA2024

The library is inspired by this one. Thanks @smaug-g!