[][src]Module cntrlr::hw::board::red_v::io

This is supported on board="red_v" only.

IO functionality specific to the Sparkfun Red V board.

Structs

Serial

A serial interface

Enums

SerialError

An error from a serial interface

Functions

pc_serial

The serial connection to a host PC

serial_1

The first hardware serial port

serial_1_intr

The interrupt function for serial 1

serial_2

The second hardware serial port

serial_2_intr

The interrupt function for serial 2

Type Definitions

Serial1Rx

The pin used to recieve for serial 1

Serial1Tx

The pin used to transmit for serial 1

Serial2Rx

The pin used to recieve for serial 2

Serial2Tx

The pin used to transmit for serial 2