Skip to content

esp-idf port of the arduino driver for bq27441

Notifications You must be signed in to change notification settings

malachi-iot/esp-idf-bq27441

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP-IDF BQ27441 Driver

Direct port of the arduino library to ESP-IDF v4.0

The bus must be configured manually in your program and started before you call begin();

Note that i2c_set_timeout_() is needed to prevent errors due to clock stretching.

See example in main for usage details.

Not thread safe.

About

esp-idf port of the arduino driver for bq27441

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.2%
  • C++ 34.1%
  • CMake 1.6%
  • Makefile 1.1%