A collection of C++ classes and types to scan for and connect to Pixels dice.
Definition: Helpers.h:13
PixelRollState
Pixel roll states.
Definition: PixelTypes.h:45
@ Handling
The Pixel is being handled.
@ OnFace
The Pixel is resting in a position with a face up.
@ Crooked
The Pixel is resting in a crooked position.
@ Rolling
The Pixel is rolling.
PixelDesignAndColor
Available combinations of Pixel designs and colors.
Definition: PixelTypes.h:27
uint32_t pixel_id_t
Type for a Pixel Id.
Definition: PixelTypes.h:23
PixelBatteryState
The different possible battery charging states.
Definition: PixelTypes.h:64
@ Low
Battery level is low, notify user they should recharge.
@ Error
Charge state doesn't make sense (charging but no coil voltage detected for instance).
@ Ok
Battery looks fine, nothing is happening.
@ Charging
Battery is currently recharging.
@ Done
Battery is full and finished charging.
DieType
The different types of dice.
Definition: PixelTypes.h:87