Skip to content

RobbieClarken/python3-microstackcommon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microstackcommon

Common functions for interacting with Microstack products.

Contains some core helper functions and pure Python drivers for accessing GPIO pins, SPI and I2C buses.

Currently in active development. Still need to experiment with SMBus for Python 3.

Install

Make sure you are using the latest version of Raspbian:

$ sudo apt-get update
$ sudo apt-get upgrade

Install microstackcommon for Python 3 with the following command:

$ sudo apt-get install python3-microstackcommon

You will also need to set up automatic loading of the SPI kernel module which can be done with the latest version of raspi-config. Run:

$ sudo raspi-config

Then navigate to Advanced Options, SPI and select yes.

About

Common modules used by other Microstack components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.9%
  • Shell 14.1%