mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[docs] Fix wpilibj JavaDoc warnings (#6154)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user