Fix some ESP32 Peripheral help comments

This commit is contained in:
Alan Carvalho de Assis 2023-08-01 16:06:54 -03:00 committed by Xiang Xiao
parent 05af311e68
commit bace5e9b59

View File

@ -253,14 +253,16 @@ config ESP32_PCNT
bool "Pulse Counter (PCNT / QE) Module"
default n
---help---
No yet implemented
Pulse Counter is currently used to implement Quadracture
Encoder.
config ESP32_RMT
bool "Remote Control Module (RMT)"
default n
depends on EXPERIMENTAL
---help---
No yet implemented
Remote Control Module is currently used to control WS2812
RGB LED normally used on LED strips.
config ESP32_RNG
bool "Random Number Generator (RNG)"