ccIDE/src/module_block_design.json
damp11113 5598295977 update 1.0.3
this version can upload code and run code from IDE and add save/load project
2024-07-13 16:04:45 +07:00

17 lines
377 B
JSON

{
"sys_sleep": {
"message0": "Sleep For %1 Second",
"args0": [
{
"type": "input_value",
"name": "SLEEPSEC",
"text": 1
}
],
"previousStatement": null,
"nextStatement": null,
"colour": 120,
"tooltip": "Sleep command",
"helpUrl": ""
}
}