Add wake pin to mega32
This commit is contained in:
parent
56e9a87b25
commit
56705b840b
|
@ -27,6 +27,9 @@
|
|||
#define RESET_DDR DDRB
|
||||
#define RESET_PORT PORTB
|
||||
#define RESET PB0
|
||||
#define WAKE_PORT PORTB
|
||||
#define WAKE_DDR DDRB
|
||||
#define WAKE_PIN PB1
|
||||
#define INTERRUPT ISR(INT2_vect)
|
||||
#elif defined RASPBERRYPI
|
||||
|
||||
|
|
Loading…
Reference in New Issue