Skip to content

bavery22/minnow-maker

 
 

Repository files navigation

Minnowboard MAX maker repository

This repository contains everything you need to follow along with the Minnowboard maker tutorial series up on the Minnowboard wiki provided you have the necessary hardware for projects that require it. The repo contains the Adafruit GPIO library, which can be found at this repo with the purpose of creating code that can be used across the Minnowboard MAX, Raspberry Pi, and Beaglebone Black.

Installing

Installing is easy, since most of the files are Python. Just run

python setup.py install

See the guides on the Minnowboard wiki for more information on calling library functions.

Spidev module

If you're on the Minnowboard MAX without an existing SPI device module, you can run

python setup.py low_speed_spidev

to install it.

About

This repo contains the python userspace drivers for the maker projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 1.6%
  • Other 1.2%