Changes between Version 3 and Version 4 of AMG88
- Timestamp:
- May 31, 2016 7:17:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AMG88
v3 v4 59 59 ==== Arduino用 ==== 60 60 61 [https://github.com/SWITCHSCIENCE/samplecodes GitHubでも公開(予定)]しています。61 [https://github.com/SWITCHSCIENCE/samplecodes/tree/master/AMG88_breakout/Arduino/AMG88_Arduino GitHubでも公開]しています。 62 62 63 63 {{{ 64 /******************************************************************************* 65 // SWITCHSCIENCE wiki -- http://trac.switch-science.com/ 66 // AMG88 Arduino Sample 67 *******************************************************************************/ 64 68 #include <Wire.h> 65 69 … … 181 185 182 186 processingと連携することでデータの可視化が簡単に行なえます。 183 こちらも[https://github.com/SWITCHSCIENCE/samplecodes GitHubで公開(予定)]しています。 184 27行目 `Serial.lies()[0]` の部分は環境に合わせて変更してください。 187 こちらも[https://github.com/SWITCHSCIENCE/samplecodes/tree/master/AMG88_breakout/Arduino/AMG88_Arduino/SampleApplication_forProcessing/amg88 GitHubで公開]しています。 188 189 Arduinoを接続した状態でProcessingファイル(amg88.pde)を実行してください。(Arduino IDEのシリアルモニタなどは閉じてください) 190 191 27行目 `Serial.list()[1]` の部分は環境に合わせて変更してください。 185 192 186 193 {{{ 194 /******************************************************************************* 195 // SWITCHSCIENCE wiki -- http://trac.switch-science.com/ 196 // AMG88 Arduino-Processing link Sample 197 *******************************************************************************/ 187 198 import processing.serial.*; 188 199 Serial serial;