Update Extras.md

This commit is contained in:
HomeSpan 2020-11-26 13:54:37 -06:00 committed by GitHub
parent 7d5e18555d
commit d1301e4612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
HomeSpan includes integrated access to a number of ESP32 features you'll likely find particularly useful when constructing your HomeSpan devices.
## Pulse Width Modulation (PWM)
PWM on the ESP32 is more flexible, but slighly more complicated, than PWM on most Arduino devices (like the Uno or Mega). On the ESP32, you use one of 16 built-in timers to create a PWM signal, and then link that channel to any ESP32 pin.
---
[↩️](README.md) Back to the Welcome page