#pragma once #include <avr/interrupt.h> #define ROTOR_LIGHT_ENABLE_INTERRUPTS() sei() #define ROTOR_LIGHT_DISABLE_INTERRUPTS() cli()