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
@@ -85,7 +85,7 @@ To the complete code `faces_joystick.ino`, click [here](https://github.com/m5sta
**Control single RGB**
```arduino
```clike
/*
Parameter:
indexOfLED: 0 ~ 11
@@ -103,7 +103,7 @@ void Led(int indexOfLED, int r, int g, int b){
**Read the offset of each direction**
```arduino
```clike
void get_joystick_offset(void){
Wire.requestFrom(FACE_JOY_ADDR, 5);
if (Wire.available()) {