8000 GitHub - rynskyi/IP5306: Class which provides interface to control IP5306 using I2C bus (ESP32, ESP8266, Arduino)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ IP5306 Public

Class which provides interface to control IP5306 using I2C bus (ESP32, ESP8266, Arduino)

Notifications You must be signed in to change notification settings

rynskyi/IP5306

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Small Class which provides interface to control IP5306 using I2C bus (ESP32, ESP8266, Arduino)

Example usage

#include "IP5306.h"

IP5306 ip5306;

ip5306.begin(PIN_I2C_SDA, PIN_I2C_SCL);
ip5306.setup();
//
ip5306.getBatteryLevel();

About

Class which provides interface to control IP5306 using I2C bus (ESP32, ESP8266, Arduino)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0