-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Installing the PinChangeInterrupt Library | ||
|
||
This sketch version requires the library ["PinChangeInterrupt"](https://playground.arduino.cc/Main/PinChangeInterrupt) for interrupt handling. | ||
This is a non-standard library (it is not installed by default). Execute the following steps to install it onto your PC. | ||
You only need to do this once. | ||
|
||
1. Go to 'Sketch' => 'Include Library' => 'Manage Libraries...': | ||
|
||
 | ||
|
||
2. The Library Manager will be started. Wait until the list of installed libraries is updated: | ||
|
||
 | ||
|
||
3. In the search box, enter "pinchangeinterrupt": | ||
|
||
 | ||
|
||
4. Select the libary named PinChangeInterrupt by NicoHood, then press "install": | ||
|
||
 | ||
|
||
5. Wait until the installation is completed, then press "close": | ||
|
||
 |