[作品名称] a simple game based on RT-Thread [背景描述] 学了一段时间的嵌入式操作系统RT-Thread,发现是真的好用.于是想做一个小作品来锻炼巩固自己学习的知识.(童年的记忆啊^_^) [所用物料及实物图] 实物图: 主控:STM32F103C8T6 编译环境:Keil 5 RT-Thread版本:4.0.0 [硬件设计] 一个主控,一个oled,一个按键,一个led [软件设计] 两个线程一个显示menu,一个按键处理单击和双击,两者通过邮箱通信…
REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol at its disposal. By just firing GET, POST and other HTTP methods through the designated URL, you’ll sure to get something done thr…