Adjust number to match M5Stack docs

This commit is contained in:
Rashed Talukder
2021-07-07 11:57:47 -07:00
parent 5f36d2a4f8
commit 8ce0bb2829
+5 -5
View File
@@ -66,24 +66,24 @@
<img src="assets/img/related_documents/Arduino_IDE/board_select.webp">
## M5Stack Library Manager
>1.select `Sketch`->`Include Library:`->`Manage Libraries`
>6.select `Sketch`->`Include Library:`->`Manage Libraries`
<img src="assets/img/related_documents/Arduino_IDE/manage_libraries.webp">
>2.Search `M5Core2` in the pop-up window, find it and click `Install`
>7.Search `M5Core2` in the pop-up window, find it and click `Install`
<img src="assets/img/related_documents/Arduino_IDE/install_library.webp">
### Additional Libraries for Core2 for AWS IoT EduKit
>3. Search `FastLED` in the pop-up window, find library by Daniel Garcia and click `Install`
>8. Search `FastLED` in the pop-up window, find library by Daniel Garcia and click `Install`
<img src="assets/img/related_documents/Arduino_IDE/install_library_fastLED.webp">
>4. Navigate to `Sketch` -> `Include Library` -> `Add .ZIP library...`
>9. Navigate to `Sketch` -> `Include Library` -> `Add .ZIP library...`
<img src="assets/img/related_documents/Arduino_IDE/add_zip_library.webp">
>5. Go to the folder location of the M5Core2 Arduino library -> open `examples` directory -> open `core2_for_aws` directory -> select `ArduinoECCX08.zip` and click `Choose` or similar.
>10. Go to the folder location of the M5Core2 Arduino library -> open `examples` directory -> open `core2_for_aws` directory -> select `ArduinoECCX08.zip` and click `Choose` or similar.
<img src="assets/img/related_documents/Arduino_IDE/ateccx08_library_zip.webp">