Flashing leds using the four timer interrupts , 100ms, 200ms, 400ms, 800ms
History
Changed interrupt priority comment, the CortexM0 has four levels 0-3.
2012-05-24, by alexan_e [Thu, 24 May 2012 15:26:39 +0000] rev 2
Changed interrupt priority comment, the CortexM0 has four levels 0-3.
Moved the SetPriority function before the interrupt enable. In CortexM0 the priority shouldnt be changed while the interrupt is enabled
made changes for the code to work when compiled in the online compiler
2012-05-19, by alexan_e [Sat, 19 May 2012 23:32:26 +0000] rev 1
made changes for the code to work when compiled in the online compiler