diff options
author | agdl <a.guadalupi@arduino.cc> | 2015-11-17 15:04:11 +0100 |
---|---|---|
committer | agdl <a.guadalupi@arduino.cc> | 2015-11-17 15:04:11 +0100 |
commit | 7cc6dd2cf525325d7834d5c1c54397b925a72c70 (patch) | |
tree | 88fc0699c1ad63b0911b582374b6520f7af06cea /variants | |
parent | ab82f330b56783704260effc94408a6f30c759e9 (diff) |
Added defines for gemma
As pointed out in #4063
Diffstat (limited to 'variants')
-rw-r--r-- | variants/gemma/pins_arduino.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; |