Correct few bugs in teh mbot_nivX.js files
Created by: nbremond77
Hello, I corrected two problems in the 4 files named genrators/arduino/mbot_nivX.js:
- missing + in front of #include <MeMCore.h> in the code of the RGB LED
- replace x^y by pow(x,y) in the code of the buzzer.
This is the only changes in this pull request... I may have messed-up with the commit stuff in GitHub because all files seems to have been impacted... I may need some help on how to use GitHub properly... Or maybee it is due to the "Autoduino" stuff that are in my repository...
Thanks in advance. Best regards, Bernard.