2024-09-01
售卖作品
00

目录

帮助、问询

为了便于开发,我做了一块扩展板子:

https://blog.csdn.net/x1131230123/article/details/108772807

扩展板有一些常用器件,这样开发MSP430 F5529程序的时候,就不用杜邦线连接了。当然也可以选择杜邦线连接器件,效果都一样。

Memory game. Draw 4 geometric shapes in positions on the screen touching each other. Display to the player for 1 second. Move the 4 shapes to random points on the screen. The player must select each shape and move it back to correct position in the least amount of time. Computer must judge “close” to goal and show time to complete

接线

bash
/* * OLED模式设置 * -----------------OLED端口定义--------------- * OLED----MSP430 * VCC-----3.3V * GND-----GND * D0------P3.2 * D1------P3.0 * RES-----P2.0 * DC------P2.2 * CS------P8.1 */

按键1 左移动

按键2 右移动

按键2长按 选中或者取消选中

随机生成形状顺序:

在这里插入图片描述

开始计时还原:

在这里插入图片描述

帮助、问询

csharp
https://docs.qq.com/sheet/DUEdqZ2lmbmR6UVdU?tab=BB08J2
如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:Dong

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!