You can copy the above avr type data and edit them as needed if you plan to use a different avr type cpu having at least 2k bytes of flash memory. #define _CONCAT2_(a ...
#define RC_SERVO_PORT_OUT_REG CONCAT2(PORT, RC_SERVO_PORT) #define RC_SERVO_PORT_DDR_REG CONCAT2(DDR, RC_SERVO_PORT) #define RC_SERVO_PORT_PIN_REG CONCAT2(PIN, RC ...