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

17 lines
267 B
YAML
Raw Normal View History

2023-07-20 16:06:31 +02:00
unittest:
2023-07-23 14:19:03 +02:00
platforms:
- uno
# - mega2560
2023-07-20 16:06:31 +02:00
libraries:
- "SoftwareWire"
- "SHT31"
compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
- uno
# - mega2560
libraries:
- "SoftwareWire"
- "SHT31"