UNKNOWN
Project description
An IOIO python module
This is very very alpha.
Basic Usage
------
import ioio
i = ioio.open('/dev/ttyACM0')
Module layout:
------
ioio.IOIO : main class
Contains a board, interface, and protocol (see below)
ioio.boards : IOIO boards
Contains information about what a given board supports
Stores information about board state
ioio.interfaces : IOIO communication interfaces
Different ways to communicate with an IOIO board
Each must support:
connect/disconnect
read/write
ioio.protocols : IOIO protocols
Abstraction to (hopefully) support multiple IOIO protcol versions
TODO
------
IOIO Functions
- Digital I/O
- Input
- Change Notify : (test: digital_in.py)
- Periodic Sampling : is this implemented in firmware?
- Output (test: led.py)
- Analog Input (test: analog_in.py)
- !! how do I store number of analog pins? for report_analog_in_status
- PWM Output (not working test: pwm.py) !! need to store state for this too
- Incap/Pulse Input (test: pulse_in.py)
- UART (test: uart.py)
- SPI
- TWI/I2C
- ICSP
Notes
------
Function uses: (all = config)
- digital out : write
- digital in : callback
- analog in : callback
- pwm output : write
- incap/pulse input : callback
- uart : write & callback
- spi : ...
- twi/i2c : ...
- icsp : ...
This is very very alpha.
Basic Usage
------
import ioio
i = ioio.open('/dev/ttyACM0')
Module layout:
------
ioio.IOIO : main class
Contains a board, interface, and protocol (see below)
ioio.boards : IOIO boards
Contains information about what a given board supports
Stores information about board state
ioio.interfaces : IOIO communication interfaces
Different ways to communicate with an IOIO board
Each must support:
connect/disconnect
read/write
ioio.protocols : IOIO protocols
Abstraction to (hopefully) support multiple IOIO protcol versions
TODO
------
IOIO Functions
- Digital I/O
- Input
- Change Notify : (test: digital_in.py)
- Periodic Sampling : is this implemented in firmware?
- Output (test: led.py)
- Analog Input (test: analog_in.py)
- !! how do I store number of analog pins? for report_analog_in_status
- PWM Output (not working test: pwm.py) !! need to store state for this too
- Incap/Pulse Input (test: pulse_in.py)
- UART (test: uart.py)
- SPI
- TWI/I2C
- ICSP
Notes
------
Function uses: (all = config)
- digital out : write
- digital in : callback
- analog in : callback
- pwm output : write
- incap/pulse input : callback
- uart : write & callback
- spi : ...
- twi/i2c : ...
- icsp : ...
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
ioio-dev.1.tar.gz
(13.4 kB
view details)
File details
Details for the file ioio-dev.1.tar.gz
.
File metadata
- Download URL: ioio-dev.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1429213648d3108082c6281fe122eb82b2af0e32084454e3148b27a029ea2db5 |
|
MD5 | abb11f16ee0df46ae45f02c7eebc563e |
|
BLAKE2b-256 | 7a55ba6bb6248b8a8c8db9d0b7cc7cddabd01aa5de4261421f9e299e94fc3f30 |