mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Increased 32u4 maximum pin number
This commit is contained in:
parent
4de21f7d1d
commit
6fe9294368
@ -88,7 +88,7 @@
|
|||||||
#undef OCR2_6
|
#undef OCR2_6
|
||||||
#undef OCR2_7
|
#undef OCR2_7
|
||||||
|
|
||||||
#define NUM_DIGITAL_PINS 30
|
#define NUM_DIGITAL_PINS 31
|
||||||
#define NUM_ANALOG_INPUTS 12
|
#define NUM_ANALOG_INPUTS 12
|
||||||
|
|
||||||
#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0)
|
#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user