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

Commit 5a40ef1

Browse files
authored
Update README.md
1 parent 18c00a2 commit 5a40ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://www.arduino.cc/reference/en/language/functions/external-interrupts/attac
2727
2. Typically global variables are used to pass data between an ISR and the main program. To make sure variables shared between an ISR and the main program are updated correctly, declare them as volatile.
2828

2929
## Installation
30-
1. Navigate to (https://github.com/khoih-prog/TimerInterrupt/releases/tag/v1.0.0) page.
30+
1. Navigate to (https://github.com/khoih-prog/TimerInterrupt/releases) page.
3131
2. Download the latest release `TimerInterrupt-master.zip`.
3232
3. Extract the zip file to `TimerInterrupt-master` directory
3333
4. Copy whole folder to Arduino libraries' directory such as `.Arduino/libraries/TimerInterrupt-master`.

0 commit comments

Comments
 (0)