wallart

8x8 pixel display firmware
git clone https://git.woozle.org/neale/wallart.git

Neale Pickett  ·  2023-04-09

durations.h

1#pragma once
2
3#define MILLISECOND 1
4#define SECOND (1000 * MILLISECOND)
5#define MINUTE (60 * SECOND)
6#define HOUR (60 * MINUTE)