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
+4
View File
@@ -34,6 +34,10 @@ Choose the development platform you want to use, view the corresponding tutorial
- IoT node
- Wearable peripherals
## USB Drive problems
>UnitV/M5StickV/M5StickC/ATOM may not work without driver in some systems. Users can manually install [FTDI driver](https://ftdichip.com/drivers/vcp-drivers/) to fix this problem.
## Specification
<table>
+4
View File
@@ -37,6 +37,10 @@ Choose the development platform you want to use, view the corresponding tutorial
- IoT node
- Wearable peripherals
## USB Drive problems
>UnitV/M5StickV/M5StickC/ATOM may not work without driver in some systems. Users can manually install [FTDI driver](https://ftdichip.com/drivers/vcp-drivers/) to fix this problem.
## Specification
<table>
+3
View File
@@ -58,6 +58,9 @@ It is built in a continually growing hardware and software ecosystem. It has a l
- Stem education product
- DIY creation
## USB Drive problems
>UnitV/M5StickV/M5StickC/ATOM may not work without driver in some systems. Users can manually install [FTDI driver](https://ftdichip.com/drivers/vcp-drivers/) to fix this problem.
## Specification
+5 -1
View File
@@ -30,7 +30,7 @@ Choose the development platform you want to use, view the corresponding tutorial
* G36/G25 share the same port, when one of the pins is used, the other pin should be set as a floating input
* For example, to use the G36 pin as the ADC input, Configuration the G25 pin as FLOATING
```arduino
```clike
setup()
{
M5.begin();
@@ -67,6 +67,10 @@ setup()
- Stem education product
- DIY creation
## USB Drive problems
>UnitV/M5StickV/M5StickC/ATOM may not work without driver in some systems. Users can manually install [FTDI driver](https://ftdichip.com/drivers/vcp-drivers/) to fix this problem.
## Specification
<table>