Skip to content

Commit 7cc6dd2

Browse files
committed
Added defines for gemma
As pointed out in #4063
1 parent ab82f33 commit 7cc6dd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variants/gemma/pins_arduino.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
// GND 4| |5 PB0 (D 0) pwm0
4343
// +----+
4444

45-
#define LED_BUILTIN 1
45+
#define NUM_DIGITAL_PINS 3
46+
#define NUM_ANALOG_INPUTS 1
47+
#define LED_BUILTIN 1
4648

4749
static const uint8_t A0 = 6;
4850
static const uint8_t A1 = 7;

0 commit comments

Comments
 (0)