Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Lim Sky
Lim Sky le 14 Oct 2016
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);
}
}
}

Réponses (0)

Catégories

En savoir plus sur Arduino Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by