You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Please read - https://github.com/Arduino-CI/arduino_ci/blob/master/REFERENCE.md
content .arduino-ci.yml
content arduino_test_runner.yml
Example content unit_test_01.cpp see - https://github.com/RobTillaart/DS18B20_RT/blob/master/test/unit_test_001.cpp_avr_specific
The text was updated successfully, but these errors were encountered: