refactor(boards): 规范化arduino板卡代码

This commit is contained in:
王立帮
2025-03-24 16:40:12 +08:00
parent a3dbab66e1
commit 5b48b2f5e5
39 changed files with 2523 additions and 3276 deletions

View File

@@ -133,7 +133,6 @@ export const logic_null = {
}
};
export const logic_true_or_false = {
init: function () {
this.setColour(LOGIC_HUE);
@@ -146,4 +145,4 @@ export const logic_true_or_false = {
this.setInputsInline(true);
this.setTooltip(Blockly.Msg.MIXLY_TOOLTIP_LOGIT_TRUEORFALSE);
}
};
};