Changes between Version 3 and Version 4 of AMG88


Ignore:
Timestamp:
May 31, 2016 7:17:12 AM (8 years ago)
Author:
kishida
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AMG88

    v3 v4  
    5959==== Arduino用 ====
    6060
    61 [https://github.com/SWITCHSCIENCE/samplecodes GitHubでも公開(予定)]しています。
     61[https://github.com/SWITCHSCIENCE/samplecodes/tree/master/AMG88_breakout/Arduino/AMG88_Arduino GitHubでも公開]しています。
    6262
    6363{{{
     64/*******************************************************************************
     65// SWITCHSCIENCE wiki -- http://trac.switch-science.com/
     66// AMG88 Arduino Sample
     67*******************************************************************************/
    6468#include <Wire.h>
    6569
     
    181185
    182186processingと連携することでデータの可視化が簡単に行なえます。
    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
     189Arduinoを接続した状態でProcessingファイル(amg88.pde)を実行してください。(Arduino IDEのシリアルモニタなどは閉じてください)
     190
     19127行目 `Serial.list()[1]` の部分は環境に合わせて変更してください。
    185192
    186193{{{
     194/*******************************************************************************
     195// SWITCHSCIENCE wiki -- http://trac.switch-science.com/
     196// AMG88 Arduino-Processing link Sample
     197*******************************************************************************/
    187198import processing.serial.*;
    188199Serial serial;