We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c058f commit 5da16fcCopy full SHA for 5da16fc
cbnav.ts
@@ -92,8 +92,8 @@ namespace cyberbot {
92
93
/**
94
* Choose the pins connected to each wheel's servo.
95
- * @param leftPin is the pin number connected to the left wheel servo, eg: cyberbot.ServoPin.Pin18
96
- * @param rightPin is the pin number connected to the right wheel servo, eg: cyberbot.ServoPin.Pin19
+ * @param leftPin is the pin number connected to the left wheel servo, eg: cyberbot.ServoPin.P18
+ * @param rightPin is the pin number connected to the right wheel servo, eg: cyberbot.ServoPin.P19
97
*/
98
//% blockId="cyberbot_set_left_servo" block="set left wheel %leftPin set right wheel %rightPin"
99
//% weight=200
0 commit comments