Skip to content

Commit 0b12b39

Browse files
committed
Specify timing pin for mini
1 parent c64a5c0 commit 0b12b39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/examples/low_power/low_power.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@
88
#ifdef __AVR_AVR128DB48__ // MINI
99

1010
#define SerialDebug Serial3
11-
11+
#define TIMING_PIN PIN_PE2
1212
#else
1313
#ifdef __AVR_AVR128DB64__ // Non-Mini
1414

1515
#define SerialDebug Serial5
16+
#define TIMING_PIN PIN_PE7
1617

1718
#else
1819
#error "INCOMPATIBLE_DEVICE_SELECTED"
1920
#endif
2021
#endif
2122

22-
#define TIMING_PIN PIN_PE7
23-
2423
void setup() {
2524

2625
LedCtrl.begin();

0 commit comments

Comments
 (0)