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

Commit ce99573

Browse files
authored
v1.0.1
1 parent d9588d7 commit ce99573

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ This can be applied in many projects requiring reliable system control, where `g
5151

5252
Initial v1.0.0 release of sample codes to demonstrate the usage of ISR-based timers, designed for Arduino (Mega, Nano, UNO, etc.), ESP8266 and ESP32-based boards, by using these Hardware Timers libraries:
5353

54-
- TimerInterrupt Library v1.0.2 for Arduino (Mega, UNO, Nano, etc. ) boards @ https://github.com/khoih-prog/TimerInterrupt
54+
1. [TimerInterrupt](https://github.com/khoih-prog/TimerInterrupt) for Arduino (Mega, UNO, Nano, etc. ) boards
55+
2. [ESP8266TimerInterrupt](https://github.com/khoih-prog/ESP8266TimerInterrupt) for ESP8266 boards
56+
3. [ESP32TimerInterrupt](https://github.com/khoih-prog/ESP32TimerInterrupt) for ESP32 boards
5557

56-
- ESP8266TimerInterrupt Library v1.0.2 for ESP8266 boards @ https://github.com/khoih-prog/ESP8266TimerInterrupt
57-
58-
- ESP32TimerInterrupt Library v1.0.2 for ESP8266 boards @ https://github.com/khoih-prog/ESP32TimerInterrupt
58+
Sample codes:
5959

6060
1. [FireSmokeAlarm](./FireSmokeAlarm)
6161
2. [FireSmokeAlarm_Arduino](./FireSmokeAlarm_Arduino)

0 commit comments

Comments
 (0)