diff options
| author | huntc <[email protected]> | 2022-02-04 15:55:04 +1100 |
|---|---|---|
| committer | huntc <[email protected]> | 2022-02-04 15:55:04 +1100 |
| commit | 25be00878c44550a7ecbb6f6501490dba770c20e (patch) | |
| tree | b819eaef4e12c26f71648695b9e90f235edd0847 | |
| parent | 1af6b23f970d80d881bbc83fe69846e14c512e1c (diff) | |
Doco correction
| -rw-r--r-- | embassy-nrf/src/pwm.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-nrf/src/pwm.rs b/embassy-nrf/src/pwm.rs index b696cbe63..d7433502c 100644 --- a/embassy-nrf/src/pwm.rs +++ b/embassy-nrf/src/pwm.rs | |||
| @@ -459,9 +459,9 @@ pub enum SequenceMode { | |||
| 459 | /// Run sequence n Times total. | 459 | /// Run sequence n Times total. |
| 460 | /// 1 = Run sequence 0 once | 460 | /// 1 = Run sequence 0 once |
| 461 | /// 2 = Run sequence 0 and then sequence 1 | 461 | /// 2 = Run sequence 0 and then sequence 1 |
| 462 | /// 3 to 4 = Run sequence 0, sequence 1, sequence 0 and then sequence 1 | 462 | /// 3 = Run sequence 1, sequence 0, sequence 1 and then sequence 0 |
| 463 | /// 5 to 6 = Run sequence 0, sequence 1, sequence 0, sequence 1, sequence 0 and then sequence 1 | 463 | /// 4 = Run sequence 0, sequence 1, sequence 0 and then sequence 1 |
| 464 | /// i.e the when >= 2 the loop count is determined by dividing by 2 and rounding up | 464 | /// ...and so on. |
| 465 | Times(u16), | 465 | Times(u16), |
| 466 | /// Repeat until `stop` is called. | 466 | /// Repeat until `stop` is called. |
| 467 | Infinite, | 467 | Infinite, |
