-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Area: Peripherals APIRelates to peripheral's APIs.Relates to peripheral's APIs.Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Description
Is your feature request related to a problem?
We can imagine that device controlled by ledc driver is connected by NPN or PNP transistor.
It would be perfect to have output inversion, which already is supported by ledc_channel_config
called from ledcAttachPin
Describe the solution you'd like.
Extend ledcAttachPin interface to support output_invert
void ledcAttachPin(uint8_t pin, uint8_t chan, uint8_t output_invert)
Describe alternatives you've considered.
No response
Additional context.
No response
raffaeler
Metadata
Metadata
Assignees
Labels
Area: Peripherals APIRelates to peripheral's APIs.Relates to peripheral's APIs.Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32