Open
Description
Hi,
am struggling with a library - https://github.com/RobTillaart/DS18B20_INT
The library needs the "OneWire: so I adapted .arduino-ci.yml
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"
- "util/crc16" <<<<<<<<<<<<<<<<<<< does not work.
The example of the lib now compiles correctly, however the unit test fails on util/crc16.h which is used by the OneWire lib.
The path (on my PC) is ...\Arduino\hardware\tools\avr\avr\include\util\crc16.h but I do not know how to include it in the unit test.
It might be a feature that need to be solved in the future.
For now I will disable the unit test.
Metadata
Metadata
Assignees
Labels
Compilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryNew feature or requestNew feature or requestAwaits better environmental conditionsAwaits better environmental conditionsOnly affects some Arduino architecturesOnly affects some Arduino architectures