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
+2 -2
View File
@@ -89,7 +89,7 @@ The series communication protocol between M5 core and ENCODER is I2C (The defaul
**Control single RGB**
```arduino
```clike
/*
Parameter:
led_index: 0 ~ 11
@@ -108,7 +108,7 @@ void Led(int led_index, int r, int g, int b){
**Read encoder increment**
```arduino
```clike
void get_encoder_increment(void){
int temp_encoder_increment;