Update Extras.md

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

View File

@ -18,6 +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 of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on)
---