MacroYau / LTC2942-Arduino-Library

Arduino library for Analog Devices LTC2941, LTC2941-1, LTC2942, and LTC2942-1 battery gas gauges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Library for LTC2941 and LTC2942

Supports Analog Devices LTC2941, LTC2941-1, LTC2942, and LTC2942-1 battery gas gauges.

Usage

Search the library using the Library Manager of Arduino IDE, or download it directly via GitHub.

Connect a LTC2941 or LTC2942 series device to your Arduino board according to the datasheet, and run the example sketch BatteryReadings.ino.

You can find more API functions in src/LTC2942.h, which are pretty much self-explanatory if you have read the datasheet.

Compatibility

This library has been tested on SAMD21 and ESP8266 only. However, it should also be compatible with any architecture that provides Wire.h I2C support.

License

MIT

About

Arduino library for Analog Devices LTC2941, LTC2941-1, LTC2942, and LTC2942-1 battery gas gauges.

License:MIT License


Languages

Language:C++ 100.0%