mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
updated
This commit is contained in:
@@ -57,9 +57,7 @@ For Windows
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Download the `SiLabs CP2104
|
||||
Driver <https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers>`__
|
||||
|
||||
Choice the version of USB driver according to your windows
|
||||
Driver <https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers>`__ and choice the version of USB driver according to your windows
|
||||
version(Windows7/8/10).
|
||||
|
||||
.. image:: ../../_static/getting_started_pics/establish_serial_connection/windows_download_CP2104_USB_driver.png
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Get Started
|
||||
***********
|
||||
|
||||
This document is intended to help users set up the software environment for development of applications. Through a simple example we would like to illustrate how to develop M5Stack boards, firmware(`Arduino IDE`) or source files(`Micropython`) download to M5Stack boards.
|
||||
This document is intended to help users set up the software environment for development of applications. Through a simple example we would like to illustrate how to develop M5Stack boards, firmware(`Arduino IDE`), Blockly or source files(`Micropython`) download to M5Stack boards.
|
||||
|
||||
|
||||
Introduction
|
||||
@@ -68,6 +68,24 @@ If you have one of ESP32 development boards listed below, click the correspondin
|
||||
M5Stack STEPMOTOR Module <get-started-StepMotor>
|
||||
M5Bala <get-started-M5Bala>
|
||||
|
||||
Which programming mode you like
|
||||
=================================
|
||||
|
||||
For being familiar with the programming mode you lik, We suggest you following the corresponding option to do more practices.
|
||||
|
||||
============================ ============================ ============================
|
||||
|Arduino|_ |Blockly|_ |MicroPython|_
|
||||
---------------------------- ---------------------------- ----------------------------
|
||||
`Arduino`_ `Blockly`_ `MicroPython`_
|
||||
============================ ============================ ============================
|
||||
|
||||
.. |Arduino| image:: ../../_static/getting_started_pics/programming_mode_arduino.png
|
||||
.. |Blockly| image:: ../../_static/getting_started_pics/programming_mode_blockly.png
|
||||
.. |MicroPython| image:: ../../_static/getting_started_pics/programming_mode_micropython.png
|
||||
|
||||
.. _Arduino: practices_arduino.html
|
||||
.. _Blockly: practices_blockly.html
|
||||
.. _MicroPython: practices_micropython.html
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user