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

Commit f155790

Browse files
authored
Fix typo
1 parent 925d4ae commit f155790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version=1.5.0
33
author=Khoi Hoang <khoih.prog@gmail.com>
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
sentence=This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.
6-
paragraph=These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
6+
paragraph=These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
77
category=Device Control
88
url=https://github.com/khoih-prog/ESP8266TimerInterrupt
99
architectures=esp8266
1010
repository=https://github.com/khoih-prog/ESP8266TimerInterrupt
1111
license=MIT
12-
includes=ESP8266TimerInterrupt.h,ESP8266TimerInterrupt.hpp,ESP8266_ISR_Timer.h
12+
includes=ESP8266TimerInterrupt.h,ESP8266_ISR_Timer.hpp,ESP8266_ISR_Timer.h

0 commit comments

Comments
 (0)