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
@@ -37,7 +37,7 @@
7. Copy the following code to UIFlow and then click `Download`.
```python
```clike
from m5stack import *
from m5ui import *
from m5bala import M5Bala
@@ -101,7 +101,7 @@ while True:
7. Clone **[M5Bala](https://github.com/m5stack/M5Bala.git)** by shell command. *If you dont't have Git installed yet, click [here](https://git-scm.com/download/win) and install it.*
```shell
```clike
git clone --recursive https://github.com/m5stack/M5Bala.git
```