diff --git a/en/get-started/establish_serial_connection.rst b/en/get-started/establish_serial_connection.rst index 8e8b1449..a9d791cc 100644 --- a/en/get-started/establish_serial_connection.rst +++ b/en/get-started/establish_serial_connection.rst @@ -57,9 +57,7 @@ For Windows ^^^^^^^^^^^^^^^^^^^^^^^^ Download the `SiLabs CP2104 -Driver `__ - -Choice the version of USB driver according to your windows +Driver `__ 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 diff --git a/en/get-started/index.rst b/en/get-started/index.rst index 1580ca21..91575cc9 100644 --- a/en/get-started/index.rst +++ b/en/get-started/index.rst @@ -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 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