Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 926 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 926 Bytes

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