-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
1,497 additions
and
4,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<xml xmlns="http://www.w3.org/1999/xhtml"> | ||
<toolbox>toolbox_arduino_all</toolbox> | ||
<block type="base_setup_loop" id="5z;VHZm0^aG5L!uH9jd#" x="-61" y="107"> | ||
<statement name="DO"> | ||
<block type="otto9_home" id="`ru!;k2?[ACoO^*/]5m`"> | ||
<next> | ||
<block type="serial_init" id="=n;5RsGh~kc6O`Sob1a6"> | ||
<field name="PINBAUDIOS">9600</field> | ||
</block> | ||
</next> | ||
</block> | ||
</statement> | ||
<statement name="LOOP"> | ||
<block type="serial_print" id="*p,J5gA%qN5eNaA|1w$m"> | ||
<value name="CONTENT"> | ||
<shadow type="text" id="4@S!lvG7`NR1Qc:_r$7q"> | ||
<field name="TEXT">Ultrasonic sensor reading:</field> | ||
</shadow> | ||
</value> | ||
<next> | ||
<block type="serial_print" id="#aQK6U,/yu7wboD3ii~%"> | ||
<value name="CONTENT"> | ||
<shadow type="text" id="8E7%8t(oH=%==yi-Rd6="> | ||
<field name="TEXT">text</field> | ||
</shadow> | ||
<block type="otto9_getdistance" id="I]+/]e*P42[0891wN?%{"></block> | ||
</value> | ||
<next> | ||
<block type="serial_print" id="89Pc{W]aad]!mFZQVuJR"> | ||
<value name="CONTENT"> | ||
<shadow type="text" id="O[,0*eJ]/eD.]$tsFGLS"> | ||
<field name="TEXT">cm</field> | ||
</shadow> | ||
</value> | ||
<next> | ||
<block type="serial_println" id="O#0K6}DSPrMXPd0,5Rm9"> | ||
<value name="CONTENT"> | ||
<shadow type="text" id=")Wg1OnvKg?S-O~G7w]8C"> | ||
<field name="TEXT"></field> | ||
</shadow> | ||
</value> | ||
</block> | ||
</next> | ||
</block> | ||
</next> | ||
</block> | ||
</next> | ||
</block> | ||
</statement> | ||
</block> | ||
</xml> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.