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
Trackballstruct manages communication with a Pimoroni trackball. - Trackball
Builder - Builder struct to simplify constructing a Trackball instance.
- Trackball
Data - Data read from the trackball.
Enums§
- Trackball
Error - Possible errors from trackball functions.
Traits§
- Interrupt
- Optional
Pin - A trait used to represent Option
at the type level.