start:arduino:emg
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
start:arduino:emg [2023/02/06 17:26] – [Étape 2 : Coder] gerardadmin | start:arduino:emg [2023/02/14 12:08] (Version actuelle) – [Test Capteurs EMG] gerardadmin | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
======== Test Capteurs EMG ======== | ======== Test Capteurs EMG ======== | ||
+ | |||
+ | [[start: | ||
+ | |||
+ | [[start: | ||
+ | |||
+ | [[https:// | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||
Ligne 122: | Ligne 130: | ||
void setup() { | void setup() { | ||
- | Serial.begin(9600); | + | Serial.begin(115200); |
} | } | ||
Ligne 135: | Ligne 143: | ||
<code c arduinoEMG002.ino> | <code c arduinoEMG002.ino> | ||
- | entier | + | int EMGPin = A0; |
- | entier | + | int EMGVal = 0; |
void setup() { | void setup() { |
/home/chanteri/www/fablab37110/data/attic/start/arduino/emg.1675700787.txt.gz · Dernière modification : 2023/02/06 17:26 de gerardadmin