Skip to content

Commit 5da16fc

Browse files
authored
Update cbnav.ts
1 parent 94c058f commit 5da16fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cbnav.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ namespace cyberbot {
9292

9393
/**
9494
* 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
95+
* @param leftPin is the pin number connected to the left wheel servo, eg: cyberbot.ServoPin.P18
96+
* @param rightPin is the pin number connected to the right wheel servo, eg: cyberbot.ServoPin.P19
9797
*/
9898
//% blockId="cyberbot_set_left_servo" block="set left wheel %leftPin set right wheel %rightPin"
9999
//% weight=200

0 commit comments

Comments
 (0)