mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
@ -168,6 +168,8 @@ void ledcAttachPin(uint8_t pin, uint8_t chan)
|
||||
.hpoint = 0
|
||||
};
|
||||
ledc_channel_config(&ledc_channel);
|
||||
|
||||
pinMode(pin,OUTPUT);
|
||||
}
|
||||
|
||||
void ledcDetachPin(uint8_t pin)
|
||||
|
Reference in New Issue
Block a user