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