GY-63_MS5611/libraries/DS1821/.arduino-ci.yml

20 lines
409 B
YAML
Raw Normal View History

2021-01-29 06:31:58 -05:00
compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
- uno
- leonardo
- due
- zero
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager)
libraries:
- "OneWire"
unittest:
# These dependent libraries will be installed
libraries:
- "OneWire"
# fix the #include "util/crc16" problem here?