Add wake pin to mega32

This commit is contained in:
CVR 2021-09-17 17:25:32 +12:00
parent 56e9a87b25
commit 56705b840b
1 changed files with 3 additions and 0 deletions

View File

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