File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 003 - Label Maker
2
2
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:
4
4
5
5
## LiquidCrystal I2C
6
6
@@ -11,9 +11,25 @@ To install the LiquidCrystal I2C library, follow these steps:
11
11
3 . Click on the ` Include Library ` menu
12
12
4 . Click on the ` Manage Libraries... ` menu
13
13
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
15
15
7 . Click on the ` Install ` button
16
16
17
17
Additional information about the LiquidCrystal I2C library can be found on the
18
18
[ LiquidCrystal I2C GitHub repository] ( https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library )
19
19
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
+
You can’t perform that action at this time.
0 commit comments