Skip to content

i646593001/PyComms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyComms is a simple wrapper class written around the smbus i2c python extension.

I am personally trying to port a few sensor classes from arduino to python, because using i2c sensors became very popular on the Raspberry Pi platform, but there is no "pure python" implementation for any of the common i2c sensors like MPU6050, HMC5883L and many others, thats what this repo is for.

Please bear in mind that some of the classes aren't fully ported (yet), so there might be bugs.
Feel free to fork & modify the code in any way you see fit, if you extended support of any sensor class, please make a pull request so your changes will be distributed to others.

Thank you

About

python smbus (I2C) communication wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published