----------------------------
NodeFlow is a coding platform for the Lego Mindstorms 51515 kit
and is a super simple coding platform, taking control of the
WebSerial API, which allows you to connect to a hub.
----------------------------
Drag the blocks onto the grid and link them.
The blocks are called "Nodes", and the entire coding language IS based of MicroPython, aka the
runtime that said hub runs on. It is regular Python, but with more features.
The mindstorms module is open-source (i think?), and the app autocompiles it for you.
So no need to write the code alone!