Skip to content

beyaznet/python-medioex-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published