Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit e13349d

Browse files
authored
v1.3.0 to match new ESP8266 core v3.0.0
### Releases v1.3.0 1. Update to match new ESP8266 core v3.0.0
1 parent a83c6bc commit e13349d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
* [ 11. TimerInterruptTest](examples/TimerInterruptTest)
4949
* [Example ISR_Timer_Complex](#example-isr_timer_complex)
5050
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
51-
* [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)
5454
* [Debug](#debug)
5555
* [Troubleshooting](#troubleshooting)
5656
* [Releases](#releases)
@@ -508,14 +508,14 @@ void loop()
508508

509509
### Debug Terminal Output Samples
510510

511-
### 1. ISR_Timer_Complex on ESP8266_NODEMCU
511+
### 1. ISR_Timer_Complex on ESP8266_NODEMCU_ESP12E
512512

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 !!!**
514514

515515
While software timer, **programmed for 2s, is activated after 4.258s !!!**
516516

517517
```
518-
Starting ISR_Timer_Complex on ESP8266_NODEMCU
518+
Starting ISR_Timer_Complex on ESP8266_NODEMCU_ESP12E
519519
ESP8266TimerInterrupt v1.3.0
520520
CPU Frequency = 160 MHz
521521
ESP8266TimerInterrupt: _fre = 312500.00, _count = 15625
@@ -558,12 +558,12 @@ doingSomething10s: Delta ms = 10000
558558

559559
---
560560

561-
### 2. TimerInterruptTest on ESP8266_NODEMCU
561+
### 2. TimerInterruptTest on ESP8266_NODEMCU_ESP12E
562562

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.
564564

565565
```
566-
Starting TimerInterruptTest on ESP8266_NODEMCU
566+
Starting TimerInterruptTest on ESP8266_NODEMCU_ESP12E
567567
ESP8266TimerInterrupt v1.3.0
568568
CPU Frequency = 160 MHz
569569
ESP8266TimerInterrupt: _fre = 312500.00, _count = 312500
@@ -590,12 +590,12 @@ Delta ms = 1000
590590

591591
---
592592

593-
### 3. Change_Interval on ESP8266_NODEMCU
593+
### 3. Change_Interval on ESP8266_NODEMCU_ESP12E
594594

595-
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
596596

597597
```
598-
Starting Change_Interval on ESP8266_NODEMCU
598+
Starting Change_Interval on ESP8266_NODEMCU_ESP12E
599599
ESP8266TimerInterrupt v1.3.0
600600
CPU Frequency = 160 MHz
601601
Starting ITimer OK, millis() = 162

0 commit comments

Comments
 (0)