Hi all,
After downloading and adding the file “Makeblock-Libraries-master.zpi” file into Arduino 1.8.6, I tried to program C++ code for Auriga board (MBot Ranger), yet I can not find the Auriga board from the board list and the compiler results an Error for the “MeAuriga.h” included file as following
…\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:86:9: error: ‘A11’ was not declared in this scope
{ A6,A11 }, { NC, A2 }, { NC, A3 }, { NC, A0 }, { NC, A1 },
^
exit status 1
Error compiling for board Arduino/Genuino Uno.
I guess that I did not select the right board, yet can not find the board from the Tools -> Board: list
Anyone knows how to resolve this problem?
Thanks a lot
-Chi