I was able to follow this to a point. When I try to run Verify or Upload from the Arduino IDE, it gives me an error compiling. I have verbose output on and get the following error message:
Using library Servo in folder: C:\Program Files (x86)\mBlock\arduino\libraries\Servo
Using library Wire in folder: C:\Program Files (x86)\mBlock\arduino\hardware\arduino\avr\libraries\Wire
Using library SoftwareSerial in folder: C:\Program Files (x86)\mBlock\arduino\hardware\arduino\avr\libraries\SoftwareSerial
C:\Program Files (x86)\mBlock\arduino\hardware\tools\avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10605 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\mBlock\arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\mBlock\arduino\hardware\arduino\avr\variants\standard -IC:\Program Files (x86)\mBlock\arduino\libraries\Servo\src -IC:\Program Files (x86)\mBlock\arduino\hardware\arduino\avr\libraries\Wire -IC:\Program Files (x86)\mBlock\arduino\hardware\arduino\avr\libraries\SoftwareSerial C:\Users\Michael\AppData\Local\Temp\build820102024418364732.tmp\Firmware_for_Starter.cpp -o C:\Users\Michael\AppData\Local\Temp\build820102024418364732.tmp\Firmware_for_Starter.cpp.o
Firmware_for_Starter.ino:16:21: fatal error: MeOrion.h: No such file or directory
compilation terminated.
Error compiling.
I have all of the files in C:\Users\Michael\Documents\Arduino\libraries. I just unzipped the file I downloaded from github there.
The file I am trying to compile is in C:\Users\Michael\Documents\Arduino\libraries\Makeblock-Libraries-master\makeblock\example\Firmware_for_Starter\Firmware_for_Starter.ino
MeOrion.h is located in C:\Users\Michael\Documents\Arduino\libraries\Makeblock-Libraries-master\makeblock\src
I also tried copying it to the same directory as Firmware_for_Starter.ino, but that did not help.
Suggestions?
Thanks