mirror of https://github.com/ARMmbed/mbed-os.git
fix: typo in PwmOut.h (pulsewith -> pulsewidth)
parent
236194f7c3
commit
0992a6cc11
|
@ -133,13 +133,13 @@ public:
|
||||||
|
|
||||||
/** Read the PWM pulsewidth
|
/** Read the PWM pulsewidth
|
||||||
* @returns
|
* @returns
|
||||||
* The PWM pulsewith, specified in microseconds (int)
|
* The PWM pulsewidth, specified in microseconds (int)
|
||||||
*/
|
*/
|
||||||
int read_pulsewidth_us();
|
int read_pulsewidth_us();
|
||||||
|
|
||||||
/** Read the PWM pulsewidth
|
/** Read the PWM pulsewidth
|
||||||
* @returns
|
* @returns
|
||||||
* The PWM pulsewith, specified in microseconds (int)
|
* The PWM pulsewidth, specified in microseconds (int)
|
||||||
*/
|
*/
|
||||||
MBED_DEPRECATED("use read_pulsewidth_us() instead")
|
MBED_DEPRECATED("use read_pulsewidth_us() instead")
|
||||||
int read_pulsewitdth_us();
|
int read_pulsewitdth_us();
|
||||||
|
|
Loading…
Reference in New Issue