I was going by this old post but it appears that the repo no longer contains a “libraries” folder. Are there updated directions somewhere? search didn’t find anything.
I did this:
- downloaded the repo
- moved “hardware” into Documents/Arduino
- opened ytx-controller in the Arduino IDE (v2.2.1)
- selected “Yaeltex Kilomux” as the board
- went to sketch > export compiled
- and get this error:
In file included from /Users/optic/Documents/Arduino/hardware/yaeltex/samd/cores/arduino/Arduino.h:81:0,
from /private/var/folders/sb/lk5cq8ws3ts2kf87nsp8cyjc0000gn/T/arduino/sketches/3E0F937277A1B85C141AA03B03744475/sketch/ytx-controller.ino.cpp:1:
/Users/optic/Documents/Arduino/hardware/yaeltex/samd/cores/arduino/delay.h:23:10: fatal error: variant.h: No such file or directory
#include “variant.h”
^~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1