This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/INF/pwm_lernen/pwm_lernen.ino
danielvici123 705137697d ka
2025-02-06 11:03:06 +01:00

10 lines
171 B
C++

void setup() {
// put your setup code here, to run once:
ledcAttach(12, 50, 10);
}
void loop() {
// put your main code here, to run repeatedly:
ledcWrite(12, )
}