摘要: #include <windows.h> int main() { while (1) { #if 0 Beep(523, 200); Beep(523, 200); Beep(578, 400); Beep(523, 400); Beep(698, 400); Beep(659, 800); Be 阅读全文
posted @ 2020-03-04 22:19 卷哭你 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: #include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <sys/types.h> #incl 阅读全文
posted @ 2020-03-04 20:45 卷哭你 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: while (1) { printf("printf is %p\n",printf); printf("gpio_uninit is %p\n", gpio_uninit); usleep(200000); } 阅读全文
posted @ 2020-03-04 18:01 卷哭你 阅读(96) 评论(0) 推荐(0) 编辑
摘要: (1) 根据input ouput system 分情况考虑问题 阅读全文
posted @ 2020-03-04 15:53 卷哭你 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 毕业快三年了,我到底在研发什么,我明白了,其实我们在研发各种各样的系统而已(通信系统)。这个这个系统有控制和通信和人机交互功能,有结构,有能量,有信息流。 阅读全文
posted @ 2020-03-04 13:47 卷哭你 阅读(103) 评论(0) 推荐(0) 编辑
摘要: (1) http://www.gerrelt.nl/RaspberryPi/wordpress/equalizer/ (2) https://zhuanlan.zhihu.com/p/41511513 (3) https://github.com/wwmm/pulseeffects/tree/mas 阅读全文
posted @ 2020-03-04 11:46 卷哭你 阅读(172) 评论(0) 推荐(0) 编辑