LedCube using interrupts

Remember I was busy working with interrupts, next step is to use them in a sensible way. To simplify the software I’m using interrupts for switching to the next frame.
Led cubes display multiple patterns in a sequence. Just like a movie a Cube is made up out of frames, every frame representing an image. Luckily [...]