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

@@ -0,0 +1,5 @@
export const esp8266_pin = function () {
return '';
}
export const wemos_d1_mini_pin = esp8266_pin;