I’ve recently purchased the XY Plotter v2.0 along with some extras including a Bluetooth module. I have been tinkering in Arduino for two days now, and I’ve noticed that even some of the simple example sketches (like CarControl) that MakeBlock includes simply don’t compile because of missing classes in the libraries.
I’ve tried downloading the MakeBlock libraries off of Github, as well as the direct ZIP files. I am currently working with library V2.1.0625 which can be downloaded from the main page of the wiki. When I look at the code on the wiki for makeblock.h, sure enough there are classes that aren’t in the downloadable libraries.
What am I missing??? Here’s an example: MeSerial and MeBluetooth inherit from MeParams. MeParams only seems to exist on the wiki http://wiki.makeblock.cc/library/docs/class_me_params.html
…yet CarControl makes references to functions like paramAvailable and getParamValue. So when I click “verify” on Arduino, I get errors like CarControl:42: error: ‘class MeBluetooth’ has no member named ‘paramAvailable’.
Please help!