Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: remove motor blocks from flitz (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Oct 28, 2023
1 parent e815960 commit 2a91ad5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/assets/blockly/leaphy-toolbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,26 +198,6 @@
</shadow>
</value>
</block>
<sep gap="8"></sep>
<block type="leaphy_nano_set_motor">
<value name="MOTOR_SPEED">
<shadow type="math_number">
<field name="NUM">
100
</field>
</shadow>
</value>
</block>
<sep gap="8"></sep>
<block type="leaphy_nano_move_motors">
<value name="MOTOR_SPEED">
<shadow type="math_number">
<field name="NUM">
100
</field>
</shadow>
</value>
</block>
</category>
<category id="l_click" toolboxitemid="l_click" name="%{BKY_LEAPHY_CLICK_CATEGORY}" categorystyle="leaphy_category">
<block type="leaphy_io_digitalwrite">
Expand Down

0 comments on commit 2a91ad5

Please sign in to comment.