差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
lpc55_micropython_dev [2021/03/12 16:15]
gongyusu [平台的设计]
lpc55_micropython_dev [2021/04/28 18:14] (当前版本)
zili [参考资料]
行 58: 行 58:
 | 29 |  | | 30 |   | | | 29 |  | | 30 |   | |
  
 +
 +附M5Stack Core的管脚定义:
 +^ 管脚编号 | 管脚名 | 管脚编号 | 管脚名 |
 +| 1 | GND | 2 | G35 - ADC |
 +| 3 | GND | 4 | G36 - ADC |
 +| 5 | GND | 6 | EN-RST |
 +| 7 | G23 - MOSI | 8 | G25 - DAC | 
 +| 9 | G38 - MISO | 10 | G26 - DAC | 
 +| 11 | G18 - SCK  | 12 | 3.3V  | 
 +| 13 | G3 - RXD0  | 14 | G1 - TXD0  | 
 +| 15 | G13 - RXD2  | 16 | G14 - TXD2  | 
 +| 17 | G21 - SYSDATA | 18 | G22 - SYSSCL ​ | 
 +| 19 | G32 - EXTDATA | 20 | G33 - EXTSCL ​ | 
 +| 21 | G27 | 22 | G19  | 
 +| 23 | G2 | 24 | G0 | 
 +| 25 | HPWR | 26 | G34 - ADC | 
 +| 27 | HPWR | 28 | 5V  | 
 +| 29 | HPWR | 30 | BAT | 
  
 ### 进度安排 ### 进度安排
行 90: 行 108:
   - [[https://​m5stack.com/​collections/​m5-core/​products/​basic-core-iot-development-kit|M5Stack核心模块的产品页面及技术资料]]   - [[https://​m5stack.com/​collections/​m5-core/​products/​basic-core-iot-development-kit|M5Stack核心模块的产品页面及技术资料]]
   - 梁老师关于LPC55S69 + MicroPython的教程 - {{:​micropython_with_lpc55s69_iot_kit.pdf|}}   - 梁老师关于LPC55S69 + MicroPython的教程 - {{:​micropython_with_lpc55s69_iot_kit.pdf|}}
 +  - [[https://​blog.csdn.net/​suyong_yq/​article/​details/​112797556|基于Windows系统搭建micropython原生开发环境]]
 +  - [[https://​blog.csdn.net/​suyong_yq/​article/​details/​113764858|移植micropython的最小工程到lpc5500微控制器]]
 +  - [[https://​blog.csdn.net/​suyong_yq/​article/​details/​113830152|移植micropython最小工程(补充)-移除frozentest.mpy]]
 +  - [[https://​blog.csdn.net/​suyong_yq/​article/​details/​113828706|为micropython添加模块(1)-全局模块]]
 +  - [[https://​blog.csdn.net/​suyong_yq/​article/​details/​113828901|为micropython添加模块(2)-类模块]]
 +