vbt
Staff member
I'd need to get the seconds of the Saturn clock and got problem to read the internal clock, do :
the same as samples and it displays only zeros 🙁 Can someone help ?
Code:
Uint8 *time;
time = PER_GET_TIM();
sprintf((char *)buff,"%02x%02x-%02x-%02x %02x:%02x:%02x",time[6],time[5],time[4] & 0x0F,time[3],time[2],time[1],time[0]);
the same as samples and it displays only zeros 🙁 Can someone help ?