Added defines for gemma

As pointed out in #4063
This commit is contained in:
agdl 2015-11-17 15:04:11 +01:00
parent ab82f330b5
commit 7cc6dd2cf5
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@
// GND 4| |5 PB0 (D 0) pwm0
// +----+
#define LED_BUILTIN 1
#define NUM_DIGITAL_PINS 3
#define NUM_ANALOG_INPUTS 1
#define LED_BUILTIN 1
static const uint8_t A0 = 6;
static const uint8_t A1 = 7;