NonBlockingRTTTL icon indicating copy to clipboard operation
NonBlockingRTTTL copied to clipboard

ESP32 Core has changed from 2.x to 3.0: ledcAttach replaces ledcSetup & ledcAttachpin

Open VikingVoltage opened this issue 11 months ago • 0 comments

See migration notes: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html

Scroll down to LEDC: "ledcAttach used to set up the LEDC pin (merged ledcSetup and ledcAttachPin functions)."

VikingVoltage avatar Mar 09 '24 15:03 VikingVoltage