You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
173 B

#include "ovo.h"
#include "digital-screen.h"
void setup(){
digital_clock_ini();
}
DigitalClock dig(22);
void loop(){
dig.core();
dig.hide();
dig.show();
}