Basic programming steps

日本語のページ

Tsumicky is a visual programming environment based on Google's Blockly.
Create a program by connecting various blocks.
The mechanism is the same as Scratch, so if you have programming experience with Scratch, you will be able to get used to it quickly.

When Tsumicky for electronic work is started, three blocks, "setup" "loop" and "end" are placed in the workspace.
"setup" includes processing to initialize the microcontroller itself and the various modules connected to it.
In "loop", enter the process you want to perform periodically (e.g. get sensor status).
Then, in "end", enter the process you want to perform as a cleanup when the "Stop" button is clicked.

Tsumicky for electronic work