You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
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.
28
28
29
29
## 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.
31
31
2. Download the latest release `TimerInterrupt-master.zip`.
32
32
3. Extract the zip file to `TimerInterrupt-master` directory
33
33
4. Copy whole folder to Arduino libraries' directory such as `.Arduino/libraries/TimerInterrupt-master`.
0 commit comments