add doku.txt
This commit is contained in:
parent
49f9c9c217
commit
a66ab2b1d0
3
doku.txt
Normal file
3
doku.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Hardware Timer didnt work https://github.com/khoih-prog/ESP8266TimerInterrupt#why-using-isr-based-hardware-timer-interrupt-is-better
|
||||||
|
=> Software Timer https://ullisroboterseite.de/esp8266-timing.html#timer
|
||||||
|
|
@ -183,7 +183,7 @@ void setup() {
|
|||||||
ESP.restart();
|
ESP.restart();
|
||||||
}
|
}
|
||||||
|
|
||||||
os_timer_setfn(&Timer1, timerCallback, &c);
|
os_timer_setfn(&Timer1, timerCallback, NULL);
|
||||||
os_timer_arm(&Timer1, 1000, true);
|
os_timer_arm(&Timer1, 1000, true);
|
||||||
|
|
||||||
Serial.println("Ready");
|
Serial.println("Ready");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user