UPDATE: MAX7219LED8x8 uses simple scheduler
The MAX7219LED8x8 library uses now simple scheduler to automate the task of outputting the buffer to the LED 8×8 matrix. This is not like a real task scheduler (in a real operating system) but it uses the ATtiny85 microcontroller‘s timer and its interrup to do certain things on regular intervals.
So this is how I’ve got the idea …
While I was working on some code that uses the MAX7219LED8x8…
View On WordPress









