Skip to main content

Libraries to control GPIOs using the sysfs interface

Project description

gpio-sysfs

Libraries to control GPIOs using the sysfs interface

Compatibility

Now comptatible with all versions of Python !

Install

pip install onion-gpio-sysfs

Usage

import onionGpio

instantiate a GPIO object

gpio0 = onionGpio.OnionGpio(0)

set to output direction with zero (LOW) being the default value

gpio0.setOutputDirection(0)

set falue to 0 (HIGH)

gpio0.setValue(1) gpio.getDirection() gpio.getValue()

Author

Originally written by https://github.com/greenbreakfast Python3 code adaptation by https://github.com/jdupl PyPi package by https://github.com/grizmin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onion_gpio_sysfs-0.1.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

onion_gpio_sysfs-0.1.3-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page