-
Notifications
You must be signed in to change notification settings - Fork 1
MaM 2018 message protocol
marton bognar edited this page May 1, 2018
·
2 revisions
- ADC * 6:
ADCN[uint32][float][padding]
- voltage:
VOLT[float][padding][padding]
- temperature:
TEMP[float][padding][padding]
- acceleration(x,y,z):
ACCL[float][float][float]
- move forward:
FOWD
- move backward:
BAWD
- stop:
STOP
- turn left by a given number of degrees:
LEFT
- turn right by a given number of degrees:
RGHT
- switch mode (normal/turning/pin):
MODE
- move pin down:
PNUP
- move pin up:
PNDN