# ext-NES **Repository Path**: hmilycheng/ext-NES ## Basic Information - **Project Name**: ext-NES - **Description**: Maixduino Mind+ NES扩展库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2021-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: 扩展库 ## README # ext-NES #### 介绍 Maixduino Mind+ NES扩展库 1.本项目加载链接:https://gitee.com/hmilycheng/ext-NES 2.author: DouDad 3.email: 1545148519@qq.com 4.license: MIT 5.id: NES 6.version:0.0.1 #### 积木列表 1.PS2手柄初始化 ![PS2手柄初始化](https://images.gitee.com/uploads/images/2021/1107/074942_64720183_9143556.png "PS2手柄.png") 2.UART键盘初始化 ![UART键盘初始化](https://images.gitee.com/uploads/images/2021/1107/074923_4ffc1d43_9143556.png "UART键盘.png") 3.运行游戏 ![运行游戏](https://images.gitee.com/uploads/images/2021/1107/074958_110f06bd_9143556.png "运行游戏.png") #### 示例程序 1.PS2手柄游戏示例程序 ![输入图片说明](micropython/_images/PS2.png) 2.UART键盘游戏示例程序 ![输入图片说明](micropython/_images/%E9%94%AE%E7%9B%98.png) #### PS2手柄 ![输入图片说明](micropython/_images/PS2%E6%89%8B%E6%9F%84.jpg) #### 接线 PS2接收器 K210 Maixduino引脚 GND —— GND —— GND VCC —— VCC —— 5V DAT(MISO) —— IO21 —— 5 CMD( MOSI) —— IO22 —— 4 CS —— IO23 —— 2 CLK —— IO24 —— 3 #### 游戏画面 ![输入图片说明](micropython/_images/%E6%B8%B8%E6%88%8F%E7%94%BB%E9%9D%A2.jpg) #### 许可证 MIT #### 支持列表 Maixdunio #### 更新日志 V0.0.1 基础功能完成,根据Mind+V1.7.1 RC2.0更新此库