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

Commit

Permalink
chore: add servo block to flitz nano toolbox (fixes #55) (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Oct 16, 2023
1 parent 06be999 commit b30e9e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/assets/blockly/leaphy-toolbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@
</shadow>
</value>
</block>
<sep gap="8"></sep>
<block type="leaphy_servo_write">
<value name="SERVO_ANGLE">
<shadow type="math_number">
<field name="NUM">90</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 b30e9e3

Please sign in to comment.