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

Commit fa11779

Browse files
authored
Add files via upload
1 parent 7448e2f commit fa11779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The catch is your function is now part of an **ISR (Interrupt Service Routine)**
5353
---
5454
---
5555

56-
## Prerequisite
56+
## Prerequisites
5757

5858
1. [`Arduino IDE 1.8.13+`](https://www.arduino.cc/en/Main/Software)
5959
2. [`ESP8266 core 2.7.4+`](https://github.com/esp8266/Arduino#installing-with-boards-manager) for ESP8266 boards.
@@ -80,7 +80,7 @@ Another way to install is to:
8080

8181
1. Install [VS Code](https://code.visualstudio.com/)
8282
2. Install [PlatformIO](https://platformio.org/platformio-ide)
83-
3. Install **ESP8266_ISR_Servo** library by using [Library Manager](https://docs.platformio.org/en/latest/librarymanager/). Search for ESP8266_ISR_Servo in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
83+
3. Install [**ESP8266_ISR_Servo** library](https://platformio.org/lib/show/6920/ESP8266_ISR_Servo) by using [Library Manager](https://platformio.org/lib/show/6920/ESP8266_ISR_Servo/installation). Search for **ESP8266_ISR_Servo** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
8484
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
8585

8686
---

0 commit comments

Comments
 (0)