Skip to main content

Control GPIOs on OLinuXino-A20.

Project description

This package provides class to control the GPIO on Olinuxino A20. Current release does no support any peripheral functions.

Example

Typical usage:

#!/usr/bin/env python

import A20_GPIO as GPIO

x - connector name
y - pin number

#init module
GPIO.init()

#configure module
GPIO.setcfg(PINx_y, GPIO.OUTPUT)
GPIO.setcfg(PINx_y, GPIO.INPUT)

#read the current GPIO configuration
config = GPIO.getcfg(PINx_y)

#set GPIO high
GPIO.output(PINx_y, GPIO.HIGH)

#set GPIO low
GPIO.output(PINx_y, GPIO.LOW)

#read input
state = GPIO.input(PINx_y)

#cleanup
GPIO.cleanup()

Warning

Before using this tool it is HIGHLY RECOMENDED to check Olinuxino A20 schematic.

Changelog

  • pyA20 0.1.0 (2013-08-21)
    • Initial release

  • pyA20 0.1.3 (2013-08-23)
    • Fixed wrong distribution uploaded

  • pyA20 0.1.6 (2013-09-13)
    • changed pin GPIOs reference to PINx_y

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

pyA20-0.1.6.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file pyA20-0.1.6.tar.gz.

File metadata

  • Download URL: pyA20-0.1.6.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyA20-0.1.6.tar.gz
Algorithm Hash digest
SHA256 bc4501dfd2188bed0025db46cea98f14de464ed47d6591e15b22a0ac9a8c684f
MD5 ee29f1ced6366eced83724a6cd736c0e
BLAKE2b-256 425bfdc33e58deb009814eb9d5c22f3beeee34d7c70c694b738015f309015796

See more details on using hashes here.

Supported by

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