Update Extras.md

This commit is contained in:
HomeSpan 2020-11-26 17:00:54 -06:00 committed by GitHub
parent 3317be0811
commit 33e9d19670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The following methods are supported:
* `void set(uint8_t channel, uint8_t level)`
* sets that PWM %duty-cycle of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on)
* sets the PWM %duty-cycle of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on)
---