#include "driver/gpio.h" #include <avr/io.h> #include <avr/interrupt.h> GPIO gpio; ISR(PCINT0_vect) { } ISR(PCINT1_vect) { } ISR(PCINT2_vect) { }