From 7cc6dd2cf525325d7834d5c1c54397b925a72c70 Mon Sep 17 00:00:00 2001 From: agdl Date: Tue, 17 Nov 2015 15:04:11 +0100 Subject: [PATCH] Added defines for gemma As pointed out in #4063 --- variants/gemma/pins_arduino.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/variants/gemma/pins_arduino.h b/variants/gemma/pins_arduino.h index 0af67c6..b6aed39 100644 --- a/variants/gemma/pins_arduino.h +++ b/variants/gemma/pins_arduino.h @@ -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;