From c61381ebc0dc9146b79eaf07329162ebc9026bce Mon Sep 17 00:00:00 2001 From: caternuson Date: Mon, 7 Jul 2025 07:42:26 -0700 Subject: [PATCH] remove comment --- examples/pcf8574_blink8leds/pcf8574_blink8leds.ino | 3 +-- examples/pcf8574_blinkled/pcf8574_blinkled.ino | 3 +-- examples/pcf8574_buttonledirq/pcf8574_buttonledirq.ino | 3 +-- examples/pcf8574_read8buttons/pcf8574_read8buttons.ino | 3 +-- examples/pcf8575_blink16leds/pcf8575_blink16leds.ino | 3 +-- examples/pcf8575_blinkled/pcf8575_blinkled.ino | 3 +-- examples/pcf8575_buttonledirq/pcf8575_buttonledirq.ino | 3 +-- examples/pcf8575_read16buttons/pcf8575_read16buttons.ino | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/examples/pcf8574_blink8leds/pcf8574_blink8leds.ino b/examples/pcf8574_blink8leds/pcf8574_blink8leds.ino index 60d71b9..aaa146d 100644 --- a/examples/pcf8574_blink8leds/pcf8574_blink8leds.ino +++ b/examples/pcf8574_blink8leds/pcf8574_blink8leds.ino @@ -9,8 +9,7 @@ Adafruit_PCF8574 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8574 LED blink test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8574_blinkled/pcf8574_blinkled.ino b/examples/pcf8574_blinkled/pcf8574_blinkled.ino index 9fe41ff..a2c8c40 100644 --- a/examples/pcf8574_blinkled/pcf8574_blinkled.ino +++ b/examples/pcf8574_blinkled/pcf8574_blinkled.ino @@ -9,8 +9,7 @@ Adafruit_PCF8574 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8574 LED blink test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8574_buttonledirq/pcf8574_buttonledirq.ino b/examples/pcf8574_buttonledirq/pcf8574_buttonledirq.ino index 8ec6183..5b1ce73 100644 --- a/examples/pcf8574_buttonledirq/pcf8574_buttonledirq.ino +++ b/examples/pcf8574_buttonledirq/pcf8574_buttonledirq.ino @@ -15,8 +15,7 @@ Adafruit_PCF8574 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8574 button/led IRQ test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8574_read8buttons/pcf8574_read8buttons.ino b/examples/pcf8574_read8buttons/pcf8574_read8buttons.ino index 1ce4784..3e46075 100644 --- a/examples/pcf8574_read8buttons/pcf8574_read8buttons.ino +++ b/examples/pcf8574_read8buttons/pcf8574_read8buttons.ino @@ -9,8 +9,7 @@ Adafruit_PCF8574 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8574 button read test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8575_blink16leds/pcf8575_blink16leds.ino b/examples/pcf8575_blink16leds/pcf8575_blink16leds.ino index 54e9f10..007ecd2 100644 --- a/examples/pcf8575_blink16leds/pcf8575_blink16leds.ino +++ b/examples/pcf8575_blink16leds/pcf8575_blink16leds.ino @@ -9,8 +9,7 @@ Adafruit_PCF8575 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8575 LED blink test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8575_blinkled/pcf8575_blinkled.ino b/examples/pcf8575_blinkled/pcf8575_blinkled.ino index d541db1..08510d3 100644 --- a/examples/pcf8575_blinkled/pcf8575_blinkled.ino +++ b/examples/pcf8575_blinkled/pcf8575_blinkled.ino @@ -9,8 +9,7 @@ Adafruit_PCF8575 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8575 LED blink test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8575_buttonledirq/pcf8575_buttonledirq.ino b/examples/pcf8575_buttonledirq/pcf8575_buttonledirq.ino index 151ba9e..0a2cf8f 100644 --- a/examples/pcf8575_buttonledirq/pcf8575_buttonledirq.ino +++ b/examples/pcf8575_buttonledirq/pcf8575_buttonledirq.ino @@ -15,8 +15,7 @@ Adafruit_PCF8575 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8575 button/led IRQ test"); if (!pcf.begin(0x20, &Wire)) { diff --git a/examples/pcf8575_read16buttons/pcf8575_read16buttons.ino b/examples/pcf8575_read16buttons/pcf8575_read16buttons.ino index 6d4d6b6..e7e14ea 100644 --- a/examples/pcf8575_read16buttons/pcf8575_read16buttons.ino +++ b/examples/pcf8575_read16buttons/pcf8575_read16buttons.ino @@ -9,8 +9,7 @@ Adafruit_PCF8575 pcf; void setup() { Serial.begin(115200); - // while (!Serial) { delay(10); } - + while (!Serial) { delay(10); } Serial.println("Adafruit PCF8575 button read test"); if (!pcf.begin(0x20, &Wire)) {