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

Commit 81d90ba

Browse files
authored
Add files via upload
1 parent ac52ad5 commit 81d90ba

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
@@ -51,7 +51,7 @@ The catch is your function is now part of an **ISR (Interrupt Service Routine)**
5151
---
5252
---
5353

54-
## Prerequisite
54+
## Prerequisites
5555

5656
1. [`Arduino IDE 1.8.13+`](https://www.arduino.cc/en/Main/Software)
5757
2. [`ESP32 core 1.0.4+`](https://github.com/espressif/arduino-esp32/releases) for ESP32 boards
@@ -78,7 +78,7 @@ Another way to install is to:
7878

7979
1. Install [VS Code](https://code.visualstudio.com/)
8080
2. Install [PlatformIO](https://platformio.org/platformio-ide)
81-
3. Install **ESP32_ISR_Servo** library by using [Library Manager](https://docs.platformio.org/en/latest/librarymanager/). Search for ESP32_ISR_Servo in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
81+
3. Install [**ESP32_ISR_Servo** library](https://platformio.org/lib/show/6911/ESP32_ISR_Servo) by using [Library Manager](https://platformio.org/lib/show/6911/ESP32_ISR_Servo/installation). Search for **ESP32_ISR_Servo** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
8282
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)
8383

8484
---

0 commit comments

Comments
 (0)