It seems to be XIAO SAMD21, not XIAO M0
This commit is contained in:
parent
36cc138443
commit
533dd49bdc
|
@ -11,7 +11,7 @@ Then compile and upload the sketch.
|
||||||
|
|
||||||
## Works with no source code changes
|
## Works with no source code changes
|
||||||
|
|
||||||
* Seeeduino Xiao M0
|
* Seeeduino Xiao SAMD21
|
||||||
* Adafruit Qt Py SAMD21
|
* Adafruit Qt Py SAMD21
|
||||||
|
|
||||||
## Known to work with source code changes
|
## Known to work with source code changes
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Easy Installation
|
# Easy Installation
|
||||||
|
|
||||||
1. Get a Seeeduino XIAO M0
|
1. Get a Seeeduino XIAO SAMD21
|
||||||
2. Download the most recent xiao m0 firmware from
|
2. Download the most recent XIAO SAMD21 firmware from
|
||||||
[releases](https://github.com/nealey/vail-adapter/releases)
|
[releases](https://github.com/nealey/vail-adapter/releases)
|
||||||
3. [Enter bootloader mode](https://wiki.seeedstudio.com/Seeeduino-XIAO/#enter-bootloader-mode)
|
3. [Enter bootloader mode](https://wiki.seeedstudio.com/Seeeduino-XIAO/#enter-bootloader-mode)
|
||||||
4. Copy the firmware onto the XIAO M0
|
4. Copy the firmware onto the XIAO SAMD21
|
||||||
|
|
||||||
[Wideo walkthrough of firmware upload](https://www.youtube.com/watch?v=IgOdkUe5SMY) (3:07)
|
[Wideo walkthrough of firmware upload](https://www.youtube.com/watch?v=IgOdkUe5SMY) (3:07)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue