Crate pimoroni_trackball_driver

Crate pimoroni_trackball_driver 

Source
Expand description

I2C interface for pimoroni trackball.

Structs§

I2CInterface
I2C communication interface
NoneT
Empty type used to satisfy the type system in cases where no data is used. Equivalent to None in the type system.
Trackball
The Trackball struct manages communication with a Pimoroni trackball.
TrackballBuilder
Builder struct to simplify constructing a Trackball instance.
TrackballData
Data read from the trackball.

Enums§

TrackballError
Possible errors from trackball functions.

Traits§

Interrupt
OptionalPin
A trait used to represent Option at the type level.

Type Aliases§

TrackballResult