wpilibsuite/allwpilib

Rename PWM and DutyCycle classes

Open

#8,480 opened on Dec 14, 2025

View on GitHub
 (3 comments) (1 reaction) (0 assignees)C++ (714 forks)auto 404
2027good first issuetype: chore

Repository metrics

Stars
 (1,281 stars)
PR merge metrics
 (PR metrics pending)

Description

It can be really confusing to users, because PWM is an output class, whereas DutyCycle is an input class.

These should be something like PWMOutput and DutyCycleInput

Contributor guide