Skip to content

Commit

Permalink
clearer comment formatting Zero if statement
Browse files Browse the repository at this point in the history
clearer commenting on Zero if statement.
  • Loading branch information
andydoro committed Nov 23, 2015
1 parent d5efdec commit 65e9448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/acceldemo/acceldemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// I2C
Adafruit_LIS3DH lis = Adafruit_LIS3DH();

// for Zero, output on USB Serial console, remove line below if using programming port to program the Zero!
#if defined(ARDUINO_ARCH_SAMD)
// for Zero, output on USB Serial console, remove line below if using programming port to program the Zero!
#define Serial SerialUSB
#endif

Expand Down
2 changes: 1 addition & 1 deletion examples/adcdemo/adcdemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// I2C
Adafruit_LIS3DH lis = Adafruit_LIS3DH();

// for Zero, output on USB Serial console, remove line below if using programming port to program the Zero!
#if defined(ARDUINO_ARCH_SAMD)
// for Zero, output on USB Serial console, remove line below if using programming port to program the Zero!
#define Serial SerialUSB
#endif

Expand Down
2 changes: 1 addition & 1 deletion examples/tapdemo/tapdemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// I2C
Adafruit_LIS3DH lis = Adafruit_LIS3DH();

// for Zero, output on USB Serial console, remove line below if using programming port to program the Zero!
#if defined(ARDUINO_ARCH_SAMD)
// for Zero, output on USB Serial console, remove line below if using programming port to program the Zero!
#define Serial SerialUSB
#endif

Expand Down

0 comments on commit 65e9448

Please sign in to comment.