compile: # Choosing to run compilation tests on 2 different Arduino platforms platforms: - uno # - due # - zero # - leonardo - m4 # - esp32 # - esp8266 # - mega2560 # 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?