#include "rtc.h"
#include"sevseg.h"
void setup(){
// put your setup code here, to run once:
set_as_output();
while(1){
display_time(read_hrs(),read_min());
}
}
void loop(){
// put your main code here, to run repeatedly:
}