
树莓派
文章平均质量分 68
mabing993
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
树莓派 Raspberry Pi 3B+ 使用
Download Raspbian for Raspberry Pi https://www.raspberrypi.org/downloads/raspbian/ 烧写完成后,打开 TF 卡根目录的 config.txt 文件并在文件末端加入以下代码 max_usb_current=1 hdmi_group=2 hdmi_mode=1 hdmi_mode=87 hdmi_c...原创 2019-04-13 15:31:10 · 4645 阅读 · 0 评论 -
Qt 树莓派管理程序
Qt实现树莓派管理程序,对树莓派性能进行监控。在树莓派上运行TCP服务程序,发送已开机时间、系统负载、内存使用情况、CPU温度、网速、当前登录用户等数据,管理程序显示数据。 raspberrypi.c #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <stri...原创 2019-04-21 15:45:34 · 951 阅读 · 0 评论