Increased 32u4 maximum pin number

This commit is contained in:
Nico 2015-10-23 10:41:56 +02:00
parent 2931a1f7dd
commit e13d186218
1 changed files with 1 additions and 1 deletions

View File

@ -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)