项目作者: MacroYau

项目描述 :
Arduino library for Analog Devices LTC2941, LTC2941-1, LTC2942, and LTC2942-1 battery gas gauges.
高级语言: C++
项目地址: git://github.com/MacroYau/LTC2942-Arduino-Library.git
创建时间: 2018-08-10T03:37:42Z
项目社区:https://github.com/MacroYau/LTC2942-Arduino-Library

开源协议:MIT License

下载


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