1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Removed Serial.begin() inside examples where not needed

This commit is contained in:
Federico Vanzati
2012-04-11 13:08:43 +02:00
parent 8e50ecbb6c
commit 44966b81f4
2 changed files with 3 additions and 6 deletions

View File

@ -50,9 +50,7 @@ int x = 5;
int y = 5;
void setup() {
Serial.begin(9600);
// initialize the I/O pins as outputs:
// initialize the I/O pins as outputs
// iterate over the pins:
for (int thisPin = 0; thisPin < 8; thisPin++) {
// initialize the output pins: