Timing

SimplyAtomic

A library for creating portable atomic blocks within your program

A portable way to do atomic operations. Exposes portable macros that automatically save the interrupt register, disable interrupts, perform your atomic operations, then restore the register to its saved value.

Go to repository