// const int LED_PATROON [] = {
// B10000001,
// B01000010,
// B00100100,
// B00011000,
// B00100100,
// B01000010
// };
// const int AANTAL_PATRONEN = sizeof(LED_PATROON) / sizeof(LED_PATROON[0]);
void setup() {
Serial.begin(115200);
// printByte(zetOpNul(B10010100, 0));
// printByte(zetOpNul(B10010101, 0));
// printByte(zetOpNul(B00010101, 7));
// printByte(zetOpNul(B10010101, 7));
}
void loop() {
}