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;
@@ -64,7 +64,7 @@ Get RTC Date Struct
**Example:**
```
```clike
#include <M5Core2.h>
RTC_TimeTypeDef RTCtime;
@@ -138,7 +138,7 @@ Turn off the power, pass in the RTC time structure specified for a certain point
**Example:**
```
```clike
#include <M5Core2.h>
RTC_TimeTypeDef RTCtime;