mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 13:12:30 -06:00
13 lines
215 B
Python
13 lines
215 B
Python
|
STOMPER_START = 0
|
||
|
STOMPER_PAUSE = 1
|
||
|
STOMPER_RESUME = 2
|
||
|
STOMPER_RESET = 3
|
||
|
STOMPER_STOMP = 4
|
||
|
STOMPER_RISE = 5
|
||
|
MotionLinear = 0
|
||
|
MotionSinus = 1
|
||
|
MotionHalfSinus = 2
|
||
|
MotionSlowFast = 3
|
||
|
MotionCrush = 4
|
||
|
MotionSwitched = 5
|