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

Commit 925d4ae

Browse files
authored
v1.5.0 to add more features and fix bug
### Releases v1.5.0 1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories 2. Add feature to select among highest, medium or lowest accuracy for Timers for shortest, medium or longest time 3. Fix reattachInterrupt() bug. Check [bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19](#19) 4. Update examples
1 parent 2680f19 commit 925d4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [ 6. TimerInterruptTest](examples/TimerInterruptTest)
4747
* [ 7. ISR_16_Timers_Array](examples/ISR_16_Timers_Array) **New**
4848
* [ 8. ISR_16_Timers_Array_Complex](examples/ISR_16_Timers_Array_Complex) **New**
49-
* [Example ISR_Timer_Complex](#example-isr_timer_complex)
49+
* [Example Change_Interval](#example-change_interval)
5050
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
5151
* [1. TimerInterruptTest on ESP8266_NODEMCU_ESP12E](#1-timerinterrupttest-on-esp8266_nodemcu_esp12e)
5252
* [2. Change_Interval on ESP8266_NODEMCU_ESP12E](#2-change_interval-on-esp8266_nodemcu_esp12e)
@@ -125,7 +125,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
125125

126126
## Prerequisites
127127

128-
1. [`Arduino IDE 1.8.16+`](https://www.arduino.cc/en/Main/Software)
128+
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
129129
2. [`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
130130
3. [`SimpleTimer library`](https://github.com/jfturcot/SimpleTimer) to use with some examples.
131131

0 commit comments

Comments
 (0)