About
Python MedIOEx extention module.
Table of contents
Requirements
- Python 3.x
- bcm2835 C library
Installation
Installing the Raspbian packages
apt-get install build-essential python3-dev python3-pip
Installing bcm2835 C library
Download the latest version from bcm2835
tar zxvf bcm2835-1.xx.tar.gz
cd bcm2835-1.xx
./configure
make
make check
make installcheck
make install
Installing Python MedIOEx module
pip3 install medioex