Fix some ESP32 Peripheral help comments
This commit is contained in:
parent
05af311e68
commit
bace5e9b59
@ -253,14 +253,16 @@ config ESP32_PCNT
|
|||||||
bool "Pulse Counter (PCNT / QE) Module"
|
bool "Pulse Counter (PCNT / QE) Module"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
No yet implemented
|
Pulse Counter is currently used to implement Quadracture
|
||||||
|
Encoder.
|
||||||
|
|
||||||
config ESP32_RMT
|
config ESP32_RMT
|
||||||
bool "Remote Control Module (RMT)"
|
bool "Remote Control Module (RMT)"
|
||||||
default n
|
default n
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
No yet implemented
|
Remote Control Module is currently used to control WS2812
|
||||||
|
RGB LED normally used on LED strips.
|
||||||
|
|
||||||
config ESP32_RNG
|
config ESP32_RNG
|
||||||
bool "Random Number Generator (RNG)"
|
bool "Random Number Generator (RNG)"
|
||||||
|
Loading…
Reference in New Issue
Block a user