diff options
author | Nico <NicoHood@users.noreply.github.com> | 2015-10-23 10:41:56 +0200 |
---|---|---|
committer | Nico <NicoHood@users.noreply.github.com> | 2015-10-23 10:41:56 +0200 |
commit | e13d186218a3ed537532876e6f82862f18667af6 (patch) | |
tree | d2a8aa19b10675ee2f487af0802d961dd3cd62c6 | |
parent | 2931a1f7dd274f02939b149f51a6829069ec2894 (diff) |
Increased 32u4 maximum pin number
-rw-r--r-- | variants/leonardo/pins_arduino.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variants/leonardo/pins_arduino.h b/variants/leonardo/pins_arduino.h index 967ba81..1d98e5e 100644 --- a/variants/leonardo/pins_arduino.h +++ b/variants/leonardo/pins_arduino.h @@ -88,7 +88,7 @@ #undef OCR2_6 #undef OCR2_7 -#define NUM_DIGITAL_PINS 30 +#define NUM_DIGITAL_PINS 31 #define NUM_ANALOG_INPUTS 12 #define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0) |