Skip to content

Commit

Permalink
Create library-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amunters authored May 23, 2018
1 parent b028438 commit 01ca147
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions library-install.md
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...':

![libray-install1](https://github.com/amunters/bitx40/blob/master/library-install1.PNG)

2. The Library Manager will be started. Wait until the list of installed libraries is updated:

![libray-install2](https://github.com/amunters/bitx40/blob/master/library-install2.PNG)

3. In the search box, enter "pinchangeinterrupt":

![libray-install3](https://github.com/amunters/bitx40/blob/master/library-install3.PNG)

4. Select the libary named PinChangeInterrupt by NicoHood, then press "install":

![libray-install4](https://github.com/amunters/bitx40/blob/master/library-install4.PNG)

5. Wait until the installation is completed, then press "close":

![libray-install5](https://github.com/amunters/bitx40/blob/master/library-install5.PNG)

0 comments on commit 01ca147

Please sign in to comment.