为了便于开发,我做了一块扩展板子:
https://blog.csdn.net/x1131230123/article/details/108772807
扩展板有一些常用器件,这样开发MSP430 F5529程序的时候,就不用杜邦线连接了。当然也可以选择杜邦线连接器件,效果都一样。
Cannon. Draw a cannon on the lower left, with a barrel.
Display and control speed and angle with buttons.
Another button fires the cannon. Show the bullet path.
Generate a random goal on the ground.
Try to hit the goal in the fewest adjustments of the cannon speed and angle
OLED 接线
c//OLED----MSP430
//VCC-----3.3V
//GND-----GND
//D0------P3.2
//D1------P3.0
//RES-----P2.0
//DC------P2.2
//CS------P8.1
进入游戏后,调整发射角度、发射力量,然后发射。
初始得分5分,当前射击目标59~64的距离。
抛物线发射,炮弹落点不在射击目标59~64的范围,扣一分。
代码:
https://github.com/xddun/blog_code_search
csharphttps://docs.qq.com/sheet/DUEdqZ2lmbmR6UVdU?tab=BB08J2
本文作者:Dong
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!