Skip to content

Commit

Permalink
更新 main.blocks, main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LinDong88 committed Nov 14, 2024
1 parent d5c0bea commit 492cc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.blocks
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<xml xmlns="https://developers.google.com/blockly/xml"><variables></variables><block type="pxt-on-start" id="v}Egl3.a0[E]pWTJUHMW" x="68" y="94"><statement name="HANDLER"><block type="IR_init" id="S^.F}:VO-A(v]3MfbP]K"></block></statement></block><block type="IR_IR_callbackUser" id="R/gW)V_%{=b-~r)5lHUA" x="272" y="95"><statement name="HANDLER"><block type="serial_writeline" id="1LtfX@@@o:]yNIkb%mE?"><value name="text"><shadow type="text" id="42k(;^.ogjmLK*61|=gC"><field name="TEXT"></field></shadow><block type="IR_read" id="+rEXp,-EZm7][%8:t68,"></block></value></block></statement></block></xml>
<xml xmlns="https://developers.google.com/blockly/xml"><variables></variables><block type="pxt-on-start" id="(nN]Od/Rb[BZ~Xh@A!K3" x="0" y="0"></block></xml>
5 changes: 1 addition & 4 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
IR.IR_callbackUser(function () {
serial.writeLine("" + (IR.IR_read()))
})
IR.IR_init()

0 comments on commit 492cc1e

Please sign in to comment.