Expand description

I2C interface for pimoroni trackball.

Structs

I2C communication interface

Empty type used to satisfy the type system in cases where no data is used. Equivalent to None in the type system.

The Trackball struct manages communication with a Pimoroni trackball.

Builder struct to simplify constructing a Trackball instance.

Data read from the trackball.

Enums

Possible errors from trackball functions.

Traits

A trait used to represent Option at the type level.

Type Definitions