I do not want to use mBlock.
It’s a nice idea that needs more work, but I’m finding it to be a bit clunky for now.
Where can I find the documentation on how to interface with each element of mBot directly from Arduino app?
For example, where do I find the documentation on how to make the Face Place work?
MeLEDMatrix.setBrightness(6)
What are the acceptable values?
MeLEDMatrix.drawStr(0,7-0,"Hello")
What does 7-0 mean?
There is only so much I can get from reverse engineering.
Is there actual documentation on how each component work? Ultrasonic sensor, line follower, light sensor… where can I find it?