mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 03:35:12 -06:00
12 lines
215 B
Python
12 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
|