Le delay au setup de sert à rien
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define PIN_LED D0
|
||||
|
||||
void setup() {
|
||||
delay(3000);
|
||||
Serial.begin(115200);
|
||||
|
||||
pinMode(PIN_LED, OUTPUT);
|
||||
|
||||
Reference in New Issue
Block a user