04 2015 档案
摘要:1.Mac OS X下编译Android源码 http://blog.csdn.net/bulreed/article/details/227834672.MACOS编译Android源代码http://blog.sina.com.cn/s/blog_768cfa5901011zod.html3.S...
阅读全文
摘要:/* Create by sndnvaps* data: 2015-04-12* upload 2 datapoint to yeelink.net at the same time * post by sndnvaps * hold on https://github.com/sndnvaps/M...
阅读全文
摘要:rpi默认安装的编译器是gcc-4.6.2而现在最新的c++ libsockets library 需要使用支持c++-11特征的编译器,即需要4.8.2才可以。为此,需要先升级编译器才可以支持编译。还需要cmake 来生成 Makefile文件步骤如下: 1、下载源代码: git clon...
阅读全文
摘要:首先,更新你的树莓派(避免编译出来版本不对导致不能insert)sudo apt-get updatesudo apt-get upgradesudo apt-get dist-upgradesudo rpi-update更新gcc和g++:sudo apt-get install gcc-4.8 ...
阅读全文
摘要:#/bin/env python# -*-coding:utf=8 -*-import os,time,subprocess,shleximport urllib2def upload_yeelink(image_name, log_file): #自己设备的 upload url ur...
阅读全文
摘要:package main/* Create by sndnvaps * date : 2015-04-05 * upload datapoint to yeelink.net * origin post by sndnvaps * hold on https://github.com/sndnv...
阅读全文
摘要:树莓派 连接rs232模块接线图
阅读全文
摘要:Pin Numbering - Raspberry Pi Model B+Numbering SchemeExpansion HeaderJ8 Pinout (40-pin Header)Additional ResourcesNumbering SchemePi4J uses an abstrac...
阅读全文
摘要:原文地址:http://blog.csdn.net/liang890319/article/details/8739683硬件:树莓派 2.0DHT模块 接树莓派5V GND GPIO1功能:读取传感器数据并打印出来////mydht11.c//#include #include #include ...
阅读全文
摘要:1 /*client.c*/ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 ...
阅读全文