Hello, I am trying to compile my code created in mBlock v3.4.12 in my Arduino IDE v1.8.19. where I imported the mBlock libraries v3.27. I get a list of compile errors for the header files in the library, I just show the first set of errors below.
Any idea where my problem is?
In file included from D:\Stefan\Documents\Dropbox\mBlock\arduino\ledblink\ledblink.ino:5:0:
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:18: error: 'A10' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:18: note: suggested alternative: 'A1'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
A1
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:23: error: 'A15' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:23: note: suggested alternative: 'A5'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
A5
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:33: error: 'A9' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:33: note: suggested alternative: 'A7'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~
A7
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:37: error: 'A14' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:37: note: suggested alternative: 'A4'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
A4
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:47: error: 'A8' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:47: note: suggested alternative: 'A7'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~
A7
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:51: error: 'A13' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:51: note: suggested alternative: 'A3'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
A3
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:65: error: 'A12' was not declared in this scope
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
D:\Stefan\Documents\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:84:65: note: suggested alternative: 'A2'
{ 16, 17 }, { A10, A15 }, { A9, A14 }, { A8, A13 }, { A7, A12 },
^~~
A2
D:\Stefan\Documents\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 },
^~~