Update Extras.md

This commit is contained in:
HomeSpan 2020-11-26 17:00:07 -06:00 committed by GitHub
parent 93647788b5
commit 1230fda3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Creating an instance of this class links one of 16 timer-channels to an ESP32 pi
The following methods are supported:
* `void set(uint8_t channel, uint8_t level)`
* sets that PWM duty cycle or timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on)
* sets that PWM %duty-cycle of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on)
---