Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilunicmobile authored Jul 15, 2024
1 parent c0d168b commit ce4be49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ A quick example is included below.
```java
//Robot Container Constructor
// Create a servo motor output on port 5
RPIOutputServo driveMotor = new RPIOutputServo(Robot.m_roboPiLink, 5);
RPLOutputServo driveMotor = new RPIOutputServo(Robot.m_roboPiLink, 5);

// ...

Expand Down

0 comments on commit ce4be49

Please # to comment.