cuewire.constants
Protocol-level constants for the PARROTard integer-command bridge.
Classes
|
LED motion mode sent to the Arduino as an integer. |
|
LED illumination pattern sent to the Arduino as an integer. |
|
System mode of the shinto firmware. |
- class cuewire.constants.LedMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntEnumLED motion mode sent to the Arduino as an integer.
- DOWN_CYCLE = 3
- FOLLOW_BOX = 2
- NO_MOVEMENT = 0
- OPPOSITE_BOX = 1
- SINE = 5
- UP_CYCLE = 4