Hello,
I downloaded the latest version of MBlock (3.4) I uploaded the firmware to the MeOrion and a small program does work.When i try to upload the same program to an arduino with a MeShield i got the error message:
In file included from C:\Program Files (x86)\mBlock\Arduino\libraries\makeblock\src/Me7SegmentDisplay.h:70:0,
from C:\Program Files (x86)\mBlock\Arduino\libraries\makeblock\src/MeShield.h:39,
from project_9_2.ino:5:
C:\Program Files (x86)\mBlock\Arduino\libraries\makeblock\src/MePort.h:76:19: error: ‘mePort’ has a previous declaration as 'MePort_Sig mePort [17]'
extern MePort_Sig mePort[17]; // mePort[0] is nonsense
^
Error compiling
I did an upgrade of the firmware to the Me-Uno-Shield. In both cases i use the newest libraries. In both cases i use the upload to arduino option in the mBlock app.