[docs] Fix wpilibj JavaDoc warnings (#6154)

This commit is contained in:
Tyler Veness
2024-01-05 07:35:59 -08:00
committed by GitHub
parent 19cb2a8eb4
commit 106518c3f8
97 changed files with 1112 additions and 71 deletions

View File

@@ -19,6 +19,11 @@ namespace frc {
class Servo : public PWM {
public:
/**
* Constructor.
*
* By default, 2.4 ms is used as the max PWM value and 0.6 ms is used as the
* min PWM value.
*
* @param channel The PWM channel to which the servo is attached. 0-9 are
* on-board, 10-19 are on the MXP port
*/