I am trying to take over an Arduino project that someone else did. I know it used Gameduino2 so i added it to the platformio.ini:
[env:release]
platform = atmelsam
board = due
framework = arduino
lib_ldf_mode = deep
lib_extra_dirs = ../../libs, ../../external
lib_deps =
greiman/SdFat @ ^2.1.2
mbed-aluqard/Gameduino2@0.0.0+sha.9c211972beb2
monitor_speed = 115200
When i do “pio run -e release” i get
In file included from src/BingMachine.h:11:0,
from src/BingMachine.cpp:1:
src/BingMachineV3.h:8:10: fatal error: GD2.h: No such file or directory
all Gameduino options use Mbed framework, but project was in Arduino framework. Has this changed? could this be the problem?
I also tried installing the library from the PlaformIO IDE