Commit 4eabe740 authored by Carlos's avatar Carlos

Added 'set x as y' block for type casting.

parent 29d306f6
...@@ -263,7 +263,11 @@ ...@@ -263,7 +263,11 @@
</value> </value>
</block> </block>
</category> </category>
<category name="{msg meaning="Apps.catVariables" desc="IBID"}Variables{/msg}" custom="VARIABLE"></category> <category name="{msg meaning="Apps.catVariables" desc="IBID"}Variables{/msg}">
<block type="variables_get"></block>
<block type="variables_set"></block>
<block type="variables_set_type"></block>
</category>
<category name="{msg meaning="Apps.catProcedures" desc="IBID"}Functions{/msg}" custom="PROCEDURE"></category> <category name="{msg meaning="Apps.catProcedures" desc="IBID"}Functions{/msg}" custom="PROCEDURE"></category>
<category name="{msg meaning="Apps.catIO" desc="IBID"}Input/Output{/msg}"> <category name="{msg meaning="Apps.catIO" desc="IBID"}Input/Output{/msg}">
<block type="io_digitalwrite"></block> <block type="io_digitalwrite"></block>
...@@ -273,7 +277,7 @@ ...@@ -273,7 +277,7 @@
<block type="io_analogread"></block> <block type="io_analogread"></block>
<block type="io_highlow"></block> <block type="io_highlow"></block>
</category> </category>
<category name="{msg meaning="Apps.catIO" desc="IBID"}Time{/msg}"> <category name="{msg meaning="Apps.catTime" desc="IBID"}Time{/msg}">
<block type="time_delay"></block> <block type="time_delay"></block>
<block type="time_delaymicros"></block> <block type="time_delaymicros"></block>
<block type="time_millis"></block> <block type="time_millis"></block>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment