I’m very new to Makeblock… my mBot isn’t even coming until tomorrow. However, I’m a very experienced C/C++ programmer, and that’s how I’m planning to program it. Sorting out the API, it seems that there are two principal parts to it:
- Standard Arduino APIs, such as pinMode, digitalWrite, and delay, and
- Specific Makeblock APIs, such as those for MeDCMotor.
But, here’s my question: I’ve found documentation for #1 at arduino.cc/reference/en/, but nothing for #2 other than the source files (e.g., MeDCMotor.h) and perhaps whatever Doxygen generates. Is there anything for the Makeblock APIs comparable to what’s available for the Arduino APIs? Does one learn about the Makeblock APIs by studying the source code and perhaps the examples?
–Marc