Unable to compile MeAuriga.h on Arduino IDE 1.8.1


#1

Hi everyone,

I am unable to compile my simple sketch with Arduino IDE 1.81. The sketch is the following:

#include "MeAuriga.h"

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

The error I get is the following:

In file included from /Users/diegobraga/Documents/Arduino/sketch_mar18b/sketch_mar18b.ino:1:0:
/Users/diegobraga/Documents/Arduino/libraries/makeblock/src/MeAuriga.h:83:18: error: 'A10' was not declared in this scope
    { 16, 17 }, { A10, A15 }, {  A9, A14 }, {  A8, A13 }, {  A7, A12 }, 

Does anyone knows the reason of this issue?

Thanks in advance,

Diego


#2

Hi Braghettos,

You may try compile the example program “Firmware for Me Auriga”:


Please make sure you have chosen the correct Board and Serial port on Arduino software refer to this link.

Once still the issue, you may update the makeblock library for the Arduino software on your PC.


#3