summaryrefslogtreecommitdiff
path: root/src/arch/lora32u4ii/driver/gpio.cc
blob: 2e3eb1d0a155c9f288b4fa3c2571ebd5fc12277c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "driver/gpio.h"
#include <avr/io.h>
#include <avr/interrupt.h>

GPIO gpio;

#ifndef __acweaving
/*
ISR(PCINT0_vect)
{
}
*/

/*
ISR(PCINT1_vect)
{
}
*/

/*
ISR(PCINT2_vect)
{
}
*/
#endif