フィルターのクリア

How to convert this arduino code to MATLAB for measure Galvanic Skin Response

1 回表示 (過去 30 日間)
Lim Sky
Lim Sky 2016 年 10 月 14 日
void setup(){ Serial.begin(9600); }
void loop(){ int a=analogRead(0); if (Serial.available() > 0) {
byte inbyte=Serial.read();
if(inbyte=='a'){
Serial.write(a);
}
}
}

回答 (0 件)

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by