RTC: pull rtc code into own file for cleanup

This commit is contained in:
Kevin Hester
2020-10-08 07:28:57 +08:00
parent 62c228b986
commit f00d07baa3
11 changed files with 100 additions and 84 deletions

View File

@@ -1,4 +1,5 @@
#include "UBloxGPS.h"
#include "RTC.h"
#include "error.h"
#include "sleep.h"
#include <assert.h>