Control GPIOs on OLinuXino-A10S.
Project description
This package provides class to control the GPIO on Olinuxino A10S. Current release does no support any peripheral functions.
Example
Typical usage:
#!/usr/bin/env python import A10S_GPIO as GPIO #init module GPIO.init() #configure module GPIO.setcfg(GPIO.PIN#, GPIO.OUTPUT) GPIO.setcfg(GPIO.PIN#, GPIO.INPUT) #read the current GPIO configuration config = GPIO.getcfg(GPIO.PIN#) #set GPIO high GPIO.output(GPIO.PIN#, GPIO.HIGH) #set GPIO low GPIO.output(GPIO.PIN#, GPIO.LOW) #read input state = GPIO.input(GPIO.PIN#) #cleanup GPIO.cleanup()
Warning
Before using this tool it is HIGHLY RECOMENDED to check Olinuxino A10S schematic.
Changelog
- pyA10S 0.1.0 (2013-05-03)
Initial release
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
pyA10S-0.1.2.tar.gz
(6.3 kB
view details)
File details
Details for the file pyA10S-0.1.2.tar.gz
.
File metadata
- Download URL: pyA10S-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfd0ec5bcdcca669172077384d86c39e4f2f33ba3d463d192b2bb22070c9b203 |
|
MD5 | 5c56e6aee7dafb86b97cf7bf66e2fdcb |
|
BLAKE2b-256 | 5707db4db343c1e9c0204ed9f82c2150701180a81f219f37ceb485ae6b5777f2 |