Synopsis
#include <ina90.h> unsigned char _SEI(void);
Description
_SEI enables global interrupts by setting the I bit in the status register and returns the value of the status register before the I bit is cleared.
Portability
_SEI can be used on any AVR device.