10 2016 档案

摘要:http://songshuhui.net/archives/84941 讲数学 http://blog.csdn.net/sunmenggmail/article/details/11994013 具体Java代码, 自己百度. 阅读全文
posted @ 2016-10-25 18:30 Montauk 阅读(137) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/vijayfly/p/5960603.html 成功! 首先下载stunnel, 然后修改配置文件为: [https]client = yesaccept = 192.168.123.123:8080connect = 47.88.1.140:443 然 阅读全文
posted @ 2016-10-17 19:08 Montauk 阅读(222) 评论(0) 推荐(0)
摘要:/* Example sketch for CurieIMU library for Intel(R) Curie(TM) devices. Copyright (c) 2015 Intel Corporation. All rights reserved. Based on I2C device 阅读全文
posted @ 2016-10-12 18:25 Montauk 阅读(474) 评论(0) 推荐(0)
摘要:Edison的breakout板子的引脚: http://iotdk.intel.com/docs/master/mraa/java/edison.html Edison的引脚 http://www.intel.com/content/www/us/en/support/boards-and-kit 阅读全文
posted @ 2016-10-12 16:51 Montauk 阅读(152) 评论(0) 推荐(0)
摘要:起步: https://software.intel.com/zh-cn/node/628224 刷机: https://software.intel.com/zh-cn/flashing-firmware-on-your-intel-edison-board-windows 用putty, 串到板 阅读全文
posted @ 2016-10-11 21:03 Montauk 阅读(246) 评论(0) 推荐(0)
摘要:为了传说中的那啥, 啊, 嗯.. #include <CurieBLE.h>const int ledPin = 13; // set ledPin to on-board LED LED的pin脚就是14const int buttonPin = 4; // set buttonPin to di 阅读全文
posted @ 2016-10-11 17:17 Montauk 阅读(523) 评论(0) 推荐(0)