Files
mixly3-server/mixly/boards/default/arduino_esp32/examples/ESP32 Dev Module/中断控制.mix
2026-01-24 16:13:38 +08:00

1 line
1.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<xml version="Mixly 2.0 Beta11" board="Arduino ESP32@ESP32 Dev Module" xmlns="http://www.w3.org/1999/xhtml"><block type="factory_notes" id="Q;5)w[}dCnGLTKUSPpB#" x="0" y="0"><field name="VALUE">GPIO18连接按钮\nGPIO19连接按钮\n分别按下按钮可以通过串口监视器看到输出信息</field></block><block type="base_setup" id="XpvFh}8Q:V`hGphn+F+s" x="0" y="105"><statement name="DO"><block type="serial_begin" id="W(yDW{@U0Gh*yOuh[o8W"><field name="serial_select">Serial</field><value name="CONTENT"><shadow type="math_number" id="]!^Zuj6YhVNq@.3XA@Bd"><field name="NUM">9600</field></shadow></value><next><block type="controls_attachInterrupt" id=";`{E|k(4`Y3va@]5r^=n"><field name="mode">RISING</field><value name="PIN"><shadow type="pins_interrupt" id="Ffiv}O*qbc-PC3dSqEdb"><field name="PIN">18</field></shadow></value><statement name="DO"><block type="serial_println" id="1[9qlTqTv{[Zx1uq+*Z0"><field name="serial_select">Serial</field><field name="new_line">println</field><value name="CONTENT"><block type="text" id="d-nm]3ORZ.YW?TWDUn.n"><field name="TEXT">GPIO18 Interrput</field></block></value></block></statement><next><block type="controls_attachInterrupt" id="RVMwS_`f-J5:^}LyE?HQ"><field name="mode">RISING</field><value name="PIN"><shadow type="pins_interrupt" id="4d7WC_g|Z^veMv6Q:E_A"><field name="PIN">19</field></shadow></value><statement name="DO"><block type="serial_println" id="b%pK9bkPh.Ks#;skn~HI"><field name="serial_select">Serial</field><field name="new_line">println</field><value name="CONTENT"><block type="text" id="tx{;9bol]_G.cg;A5KdR"><field name="TEXT">GPIO19 Interrput</field></block></value></block></statement></block></next></block></next></block></statement></block></xml>