Skip to content

Commit

Permalink
Update cbnav.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdowlOI authored Dec 5, 2024
1 parent 94c058f commit 5da16fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cbnav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ namespace cyberbot {

/**
* Choose the pins connected to each wheel's servo.
* @param leftPin is the pin number connected to the left wheel servo, eg: cyberbot.ServoPin.Pin18
* @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
*/
//% blockId="cyberbot_set_left_servo" block="set left wheel %leftPin set right wheel %rightPin"
//% weight=200
Expand Down

0 comments on commit 5da16fc

Please sign in to comment.