This commit is contained in:
danielvici123
2025-02-06 11:03:06 +01:00
parent 5e0f0c31ef
commit 705137697d
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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, )
}