Hi! I try to create an extension for mblock 3 for my own robot. I’v read mblock_extension_guide.pdf. But in mBot extension source there are “encode” section:
…
[“w”, “%m.direction at speed %d.motorvalue”,“runBot”, “run forward”, 0,
{“encode”:"{d0}{s1}",“setup”:"",“inc”:"",“def”:"",“work”:“move({0},{1});\n”,“loop”:""}],
…
What does mean this section and {d0}{s1} params?