This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
in202:seance_5:serial [2021/04/30 09:20] bmonsuez [Etape 2 : Utiliser l'opérateur ''<<''] |
in202:seance_5:serial [2022/11/18 10:46] (current) |
||
---|---|---|---|
Line 33: | Line 33: | ||
<hidden Correction> | <hidden Correction> | ||
+ | <code cpp> | ||
void setup() { | void setup() { | ||
Serial.begin(9600); | Serial.begin(9600); | ||
Line 41: | Line 42: | ||
delay(5000); | delay(5000); | ||
} | } | ||
+ | </code> | ||
</hidden> | </hidden> |