mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Update docs for C++ (fixes artf3761 and artf3953)
Change-Id: Ic0c4ac8494cadff13461d9bb8b5943cd87619f0a
This commit is contained in:
@@ -23,6 +23,7 @@ const int32_t PWM::kPwmDisabled;
|
||||
* This method is private and is the common path for all the constructors for creating PWM
|
||||
* instances. Checks channel value range and allocates the appropriate channel.
|
||||
* The allocation is only done to help users ensure that they don't double assign channels.
|
||||
* @param channel The PWM channel number. 0-9 are on-board, 10-19 are on the MXP port
|
||||
*/
|
||||
void PWM::InitPWM(uint32_t channel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user