remove comment
This commit is contained in:
parent
6afb0088e9
commit
c61381ebc0
8 changed files with 8 additions and 16 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue