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

Commit f4d796f

Browse files
authored
Fix Codespell complaints
1 parent ddbec75 commit f4d796f

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This library enables you to use Interrupt from Hardware Timers on an Arduino or
8282

8383
As **Hardware Timers are rare, and very precious assets** of any board, this library now enables you to use up to **16 ISR-based Timers, while consuming only 1 Hardware Timer**. Timers' interval is very long (**ulong millisecs**).
8484

85-
Now with these new **16 ISR-based timers**, the maximum interval is **practically unlimited** (limited only by unsigned long miliseconds) while **the accuracy is nearly perfect** compared to software timers.
85+
Now with these new **16 ISR-based timers**, the maximum interval is **practically unlimited** (limited only by unsigned long milliseconds) while **the accuracy is nearly perfect** compared to software timers.
8686

8787
The most important feature is they're ISR-based timers. Therefore, their executions are **not blocked by bad-behaving functions / tasks**. This important feature is absolutely necessary for mission-critical tasks.
8888

@@ -159,19 +159,6 @@ Another way to install is to:
159159
3. Extract the zip file to `TimerInterrupt-master` directory
160160
4. Copy whole `TimerInterrupt-master` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
161161

162-
### arduino-cli Install
163-
164-
1. Install [arduino-cli](https://github.com/arduino/arduino-cli)
165-
2. Run the following command.
166-
167-
```
168-
$ arduino-cli lib install timerinterrupt
169-
Downloading TimerInterrupt@1.8.0...
170-
TimerInterrupt@1.8.0 downloaded
171-
Installing TimerInterrupt@1.8.0...
172-
Installed TimerInterrupt@1.8.0
173-
```
174-
175162
### VS Code & PlatformIO:
176163

177164
1. Install [VS Code](https://code.visualstudio.com/)

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292

9393
### Releases v1.0.2
9494

95-
1. Intial releases.
95+
1. Initial releases.
9696

9797

0 commit comments

Comments
 (0)