add time setter and calibration to RTC

This commit is contained in:
Edward Emelianov
2023-01-14 01:24:56 +03:00
parent c939c92fea
commit 44f7660ea0
9 changed files with 198 additions and 34 deletions

View File

@@ -18,5 +18,5 @@
#pragma once
char *parse_cmd(char *buf);
const char *parse_cmd(char *buf);
void print_curtime();