SMART_COMPONENTS_Rtcs/Rtcs.c

12 lines
157 B
C

//
// Created by ilya on 25.03.24.
//
#include "Rtcs.h"
tRtcs RTCS;
void Rtcs_Init() {
RTCS.rtc = vRtcInit();
RTCS.rtcI0 = vRtcGetIo(&RTCS.rtc);
}