Skip to main content

Control GPIOs on iMX233-OLinuXino.

Project description

This package provides class to control the GPIO on iMX233-OLinuXino. Current release does no support any peripheral functions.

Example

Typical usage:

#!/usr/bin/env python

import iMX233_GPIO as GPIO

#init module
GPIO.init()

#configure module
GPIO.setinput(GPIO.PIN#)
GPIO.setoutput(GPIO.PIN#)

#set GPIO high
GPIO.output(GPIO.PIN#, 1)

#set GPIO low
GPIO.output(GPIO.PIN#, 0)

#read input
state = GPIO.input(GPIO.PIN#)

Changelog

  • pyiMX233 0.1.0 (2013-04-22)
    • Initial release

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

iMX233_GPIO-0.1.0.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file iMX233_GPIO-0.1.0.tar.gz.

File metadata

  • Download URL: iMX233_GPIO-0.1.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for iMX233_GPIO-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3fc093d56f9bf4a0eca9f7d1bf23f76732d6b751f1a5979d48d70ae4f44bf34a
MD5 49fefadd21b73fd632369bde633ee949
BLAKE2b-256 6101bd604dcae95b7365747083e635adec868eb81e6d32bdcffbe2b178ed1560

See more details on using hashes here.

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