arduino_168: define AIO6/7

This commit is contained in:
Markus Amsler 2011-02-21 15:52:14 +11:00 committed by Michael Moon
parent 7aff5623ef
commit 5cf550733d
2 changed files with 20 additions and 0 deletions

View File

@ -126,6 +126,16 @@ pins
#define AIO5_WPORT PORTC
#define AIO5_DDR DDRC
#define AIO6_PIN PINC6
#define AIO6_RPORT PINC
#define AIO6_WPORT PORTC
#define AIO6_DDR DDRC
#define AIO7_PIN PINC7
#define AIO7_RPORT PINC
#define AIO7_WPORT PORTC
#define AIO7_DDR DDRC
#define PB0_PIN PINB0
#define PB0_RPORT PINB
#define PB0_WPORT PORTB

View File

@ -126,6 +126,16 @@ pins
#define AIO5_WPORT PORTC
#define AIO5_DDR DDRC
#define AIO6_PIN PINC6
#define AIO6_RPORT PINC
#define AIO6_WPORT PORTC
#define AIO6_DDR DDRC
#define AIO7_PIN PINC7
#define AIO7_RPORT PINC
#define AIO7_WPORT PORTC
#define AIO7_DDR DDRC
#define PB0_PIN PINB0
#define PB0_RPORT PINB
#define PB0_WPORT PORTB