Skip to content

Unconfirmed SMBus Arduino "library" that provides some base functions for interfacing with SMBus devices on Arduino's Wire library

License

Notifications You must be signed in to change notification settings

Chaos02/Arduino-Wire-SMBus-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Wire-SMBus API

This "library" has been implemented according to the official SMBus v3.1 specification.

It provides functions to interface, setup and manage an SMBus network on an Arduino by mimic-ing the official Wire library (which is used in the backend after some transformation etc.).

I do not suggest you just try to use this as it is unfinished and yet to be confirmed to actually work, however feel free to share your own development by opening a pull request. The project I wanted to use this for ultimately got scrapped before I could test it. I was planning on using this to interface with a smart-battery and do some system management+monitoring on an Arduino.

About

Unconfirmed SMBus Arduino "library" that provides some base functions for interfacing with SMBus devices on Arduino's Wire library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages