Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit f9672d0

Browse files
author
James Foster
authored
Explicitly install libraries (#18)
1 parent 4f60042 commit f9672d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/install_libraries.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ bundle exec ensure_arduino_installation.rb
77
git clone https://github.com/Arduino-CI/LiquidCrystal.git
88
mv LiquidCrystal $(bundle exec arduino_library_location.rb)
99

10+
# get custom version of RTClib
11+
git clone https://github.com/Arduino-CI/RTClib.git
12+
mv RTClib $(bundle exec arduino_library_location.rb)
13+
14+
# get custom version of Adafruit_BusIO
15+
git clone https://github.com/Arduino-CI/Adafruit_BusIO.git
16+
mv Adafruit_BusIO $(bundle exec arduino_library_location.rb)
17+
18+
# get custom version of Adafruit_MAX31865
19+
git clone https://github.com/Arduino-CI/Adafruit_MAX31865.git
20+
mv Adafruit_MAX31865 $(bundle exec arduino_library_location.rb)

0 commit comments

Comments
 (0)