Fix(boards): 修复arduino mega pinout异常同时优化各板卡pinout相关block定义

This commit is contained in:
王立帮
2025-03-11 01:12:07 +08:00
parent 8a5d7da0e7
commit 1f94d8ae3b
56 changed files with 327 additions and 197 deletions

View File

@@ -3340,6 +3340,10 @@
<block type="esp32_cam_pin" m-show="esp32cam"></block>
<!-- nodemcu 32s管脚图 -->
<block type="nodemcu_32s_pin" m-show="nodemcu-32s"></block>
<block type="handbit_A" m-show="mPython"></block>
<block type="handbit_B" m-show="mPython"></block>
<block type="handbit_pin_A" m-show="mPython"></block>
<block type="handbit_pin_B" m-show="mPython"></block>
<block type="esp32c3_pin" m-show="esp32c3"></block>
<block type="core_esp32c3_pin" m-show="esp32c3@core"></block>
<block type="esp32s2_pin" m-show="esp32s2"></block>