一、介绍 1、官网Docs 2、简介 wifi模块作为客户端与服务器连接同一wifi 客户端尝试与服务器建立连接,成功建立连接后客户端向服务器发出信
一、简介 cJSON Source Code cJSON 是一个以ANSI C (C89) 标准编写的轻量级JSON解析库。 Introducing JSON JSON在线解析 二、How To Use cJSON包含两个文件:cJSON.c
一、Wiring Pi WiringPi is a PIN based GPIO access library written in C for the BCM2835, BCM2836 and BCM2837 SoC devices used in all Raspberry Pi. 二、交叉编译 程序在虚拟机编译,在树莓派运行。 (1)toochain 交叉编译
一、Raspberry 二、Config (1)设置静态IP /etc/network/interfaces auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx netmask 255.255.255.0 重置网络: 1 $ /etc/init.d/networking restart (2)设置路由 1 $ route add default gw xxx.xxx.xxx.xxx (3)DNS
一、QCustomPlot简介 QCustomPlot官网 QCustomPlot是一个用于编写可视化图表的 QT C++库。 目录结构 qcustomp