We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial: BaudRate = 115200, Parity = Parity.None, StopBits = StopBits.OnePointFive, DataBits = 8, Handshake = Handshake.None, ReadTimeout = 1, WriteTimeout = 50, NewLine = "\r", WriteBufferSize = 64
Commands:
P
E<IntensitityScale>,A<AudioMode>
M<Motor><Intensity>
Motor Layout:
M0
M1
M2
M3
M4
M5
M6
M7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Serial:
BaudRate = 115200,
Parity = Parity.None,
StopBits = StopBits.OnePointFive,
DataBits = 8,
Handshake = Handshake.None,
ReadTimeout = 1,
WriteTimeout = 50,
NewLine = "\r",
WriteBufferSize = 64
Commands:
P
- Request state. ResponseE<IntensitityScale>,A<AudioMode>
where IntensitityScale=0-255 and AudioMode=0/1M<Motor><Intensity>
where Motor=0-7 and Intensity=0-255Motor Layout:
M0
Right thighM1
Left thighM2
Right buttockM3
Left buttockM4
Right backM5
Left backM6
Right shoulderM7
Left shoulderThe text was updated successfully, but these errors were encountered: