随笔分类 -  Intel Curie

摘要:/* 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 阅读(499) 评论(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 阅读(165) 评论(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 阅读(256) 评论(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 阅读(548) 评论(0) 推荐(0)