lightning fast peripheral access on the Raspberry Pi using a mipea wrapper written in C
Project description
mipeapy: mipea Python wrapper
Under construction
This Python module makes use of the mipea C library to access the peripherals of the Raspberry Pi. The module is written in C and uses the Python C API. Most functions are just wrappers to the mipea functions with conversion to Python objects and some improvements.
Contributions are welcome (especially documentation or examples), please fork and open a pull request.
Please add an issue if you find any bugs or have ideas for improvements.
Like the mipea C library, there are nearly no checks performed to protect your Pi to archive best performance and because this is a library for developers. This library is useful to lay a foundation for other programs or libraries.
Installation
You need to install the mipea C library to use this library, see README.md for installation instructions.
-
PyPI
$ pip install mipea -
Source
$ python setup.py install
Usage
Look at the examples for some starting help.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mipea-0.1.1.tar.gz.
File metadata
- Download URL: mipea-0.1.1.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
932c4de479c3dc985b25534b52e13a18603507e40e5c4487cddad0b0671e0617
|
|
| MD5 |
91d2bcb4248f5841a79b4298271df2e3
|
|
| BLAKE2b-256 |
9230da85f93fc9c8e312b6632ad29180b34ea734cc84790a2a1e96eadf58f04e
|