coolya / mbeddr.arduino

http://logv.ws/mbeddr-arduino/
Eclipse Public License 1.0
19 stars 42 forks source link

atomic variables #13

Open coolya opened 11 years ago

coolya commented 11 years ago

add atomic modifier for variables bigger than a CPU word.

Disable interrups on write operation to this varialbes, similar to atomic blocks