release ATOM SPK and update some info

This commit is contained in:
Sean
2021-02-26 17:27:20 +08:00
parent 761e0649e7
commit 8a12fcd96d
221 changed files with 1393 additions and 884 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# RTC
```
```clike
typedef struct RTC_Time
{
int8_t Hours;
@@ -63,7 +63,7 @@ typedef struct RTC_Date
**使用示例:**
```
```clike
#include <M5Core2.h>
RTC_TimeTypeDef RTCtime;
@@ -138,7 +138,7 @@ void loop() {
**使用示例:**
```
```clike
#include <M5Core2.h>
RTC_TimeTypeDef RTCtime;