You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
*[1. ISR_Timer_Complex on ESP8266_NODEMCU](#1-isr_timer_complex-on-esp8266_nodemcu)
52
-
*[2. TimerInterruptTest on ESP8266_NODEMCU](#2-timerinterrupttest-on-esp8266_nodemcu)
53
-
*[3. Change_Interval on ESP8266_NODEMCU](#3-change_interval-on-esp8266_nodemcu)
51
+
*[1. ISR_Timer_Complex on ESP8266_NODEMCU_ESP12E](#1-isr_timer_complex-on-esp8266_nodemcu_esp12e)
52
+
*[2. TimerInterruptTest on ESP8266_NODEMCU_ESP12E](#2-timerinterrupttest-on-esp8266_nodemcu_esp12e)
53
+
*[3. Change_Interval on ESP8266_NODEMCU_ESP12E](#3-change_interval-on-esp8266_nodemcu_esp12e)
54
54
*[Debug](#debug)
55
55
*[Troubleshooting](#troubleshooting)
56
56
*[Releases](#releases)
@@ -508,14 +508,14 @@ void loop()
508
508
509
509
### Debug Terminal Output Samples
510
510
511
-
### 1. ISR_Timer_Complex on ESP8266_NODEMCU
511
+
### 1. ISR_Timer_Complex on ESP8266_NODEMCU_ESP12E
512
512
513
-
The following is the sample terminal output when running example [ISR_Timer_Complex](examples/ISR_Timer_Complex) on **ESP8266_NODEMCU** to demonstrate the accuracy of ISR Hardware Timer, **especially when system is very busy**. The ISR timer is **programmed for 2s, is activated exactly after 2.000s !!!**
513
+
The following is the sample terminal output when running example [ISR_Timer_Complex](examples/ISR_Timer_Complex) on **ESP8266_NODEMCU_ESP12E** to demonstrate the accuracy of ISR Hardware Timer, **especially when system is very busy**. The ISR timer is **programmed for 2s, is activated exactly after 2.000s !!!**
514
514
515
515
While software timer, **programmed for 2s, is activated after 4.258s !!!**
516
516
517
517
```
518
-
Starting ISR_Timer_Complex on ESP8266_NODEMCU
518
+
Starting ISR_Timer_Complex on ESP8266_NODEMCU_ESP12E
@@ -558,12 +558,12 @@ doingSomething10s: Delta ms = 10000
558
558
559
559
---
560
560
561
-
### 2. TimerInterruptTest on ESP8266_NODEMCU
561
+
### 2. TimerInterruptTest on ESP8266_NODEMCU_ESP12E
562
562
563
-
The following is the sample terminal output when running example [TimerInterruptTest](examples/TimerInterruptTest) on **ESP8266_NODEMCU** to demonstrate the accuracy of Hardware Timers.
563
+
The following is the sample terminal output when running example [TimerInterruptTest](examples/TimerInterruptTest) on **ESP8266_NODEMCU_ESP12E** to demonstrate the accuracy of Hardware Timers.
564
564
565
565
```
566
-
Starting TimerInterruptTest on ESP8266_NODEMCU
566
+
Starting TimerInterruptTest on ESP8266_NODEMCU_ESP12E
The following is the sample terminal output when running example [Change_Interval](examples/Change_Interval) on **ESP8266_NODEMCU** to demonstrate how to change Timer Interval on-the-fly
595
+
The following is the sample terminal output when running example [Change_Interval](examples/Change_Interval) on **ESP8266_NODEMCU_ESP12E** to demonstrate how to change Timer Interval on-the-fly
596
596
597
597
```
598
-
Starting Change_Interval on ESP8266_NODEMCU
598
+
Starting Change_Interval on ESP8266_NODEMCU_ESP12E
0 commit comments