#pragma once #ifdef __cplusplus extern "C" { #endif #define AVR_PORTB 0x01 #define AVR_PORTC 0x02 #define AVR_PORTD 0x03 #ifdef __cplusplus } #endif