iMX233_GPIO 0.1.0

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

iMX233 GPIO 0.1.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.