Interrupts cli() & sei()

They are the same:

Courtesy of Arduino.h:

#define interrupts() sei()
#define noInterrupts() cli()
2 Likes