Overview

This module contains functions for accesing the particular features of the PIO subsystem of the STR9 family of CPUs. This subsystem is very flexible, allowing things like configurable output types (push-pull or open collector), multiple alternate functions for the PIO pins, and others. For a full description of the STR9 PIO module check the STR9 CPU Reference manual, available from ST at this address. Note that this module is a supplement of the platform independent pio module, not a replacement. Use this module only for setting up the STR9 PIO pins, and the pio module for all the other PIO related operations.

Functions

str9.pio.setpin( pin, direction, type, ipconnected, alternate )

Setup the pin.

Arguments:

Returns: nothing.