medioex

Python MedIOEx module


Keywords
raspberry, pi, medioex, taliabee, python
License
GPL-3.0
Install
pip install medioex==0.1.24

Documentation

About

Python MedIOEx extention module.

Table of contents

Requirements

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