Skip to content

Commit ed43724

Browse files
committed
Update Box 3 Readme for ezButton
1 parent b18e572 commit ed43724

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

003-label-maker/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 003 - Label Maker
22

3-
The Label Maker requires one library to be installed in the Arduino IDE before it can be used:
3+
The Label Maker requires two libraries to be installed in the Arduino IDE before it can be used:
44

55
## LiquidCrystal I2C
66

@@ -11,9 +11,25 @@ To install the LiquidCrystal I2C library, follow these steps:
1111
3. Click on the `Include Library` menu
1212
4. Click on the `Manage Libraries...` menu
1313
5. In the `Library Manager` window, type `LiquidCrystal I2C` in the search box
14-
6. Click on the `LiquidCrystal I2C` entry in the list
14+
6. Click on the `LiquidCrystal I2C by Frank de Brabander` entry in the list
1515
7. Click on the `Install` button
1616

1717
Additional information about the LiquidCrystal I2C library can be found on the
1818
[LiquidCrystal I2C GitHub repository](https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library)
1919

20+
## ezButton
21+
22+
To install the ezButton library, follow these steps:
23+
24+
1. Open the Arduino IDE
25+
2. Click on the `Sketch` menu
26+
3. Click on the `Include Library` menu
27+
4. Click on the `Manage Libraries...` menu
28+
5. In the `Library Manager` window, type `ezButton` in the search box
29+
6. Click on the `ezButton` entry in the list
30+
- **NOTE:** There is also a library called `EZButton`. This is _not_ the correct library. Pick the one with a lower case `ez`.
31+
7. Click on the `Install` button
32+
33+
Additional information about the ezButton library can be found on the
34+
[Arduino Get Started](https://arduinogetstarted.com/tutorials/arduino-button-library) site.
35+

0 commit comments

Comments
 (0)