There was an error while loading. Please reload this page.
2 parents b44b2a7 + 5ef81b6 commit 80c67c4Copy full SHA for 80c67c4
1 file changed
protocol.md
@@ -37,7 +37,7 @@
37
38
39
- `[sSerN#V#]` - Set Raw Servo Angle no offset
40
- Where S# is the servo number and V# is an angle between 0 and 180. This will set the angle of that particular servo
+ Where N# is the servo number and V# is an angle between 0 and 180. This will set the angle of that particular servo
41
- Send Example: `[sSerN1V10]\n`
42
- Return Example: `[S]`
43
@@ -123,7 +123,7 @@
123
- Return Example: `[S0]` or `[S1]` S0:OFF S1:ON
124
125
- `[sBuzF#T#]`
126
- Set the buzzer to F Frequency for T time
+ Set the buzzer to F Frequency for T time. Time is in miliseconds. Frequency is in Hz.
127
- Send Example: `[sBuzzF1000T1]\n`
128
- Return Example: `[S]` or `[F]`
129
S:SUCCESS F:WRONG NUMBER
0 commit comments