Merge pull request #12 from m5stack/dev-readthedocs

Dev readthedocs
This commit is contained in:
LiHuashen
2018-09-20 18:15:56 +08:00
committed by GitHub
22 changed files with 36 additions and 9 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 65 KiB

@@ -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
+4 -3
View File
@@ -33,7 +33,7 @@ the ``Baud`` which is 921600 following below steps.
**Note:**
^^^^^^^^^^^
If only ``COM1`` exists at the option, you need to visit this article `establish_serial_connection`_ and reinstall the USB driver.
If it does not display any ``COMx`` port or only ``COM1`` exists at the option, you need to visit this article `establish_serial_connection`_ and reinstall the USB driver.
.. _establish_serial_connection: establish_serial_connection.html
@@ -62,11 +62,12 @@ c. Click Burn
.. image:: ../../_static/getting_started_pics/burn_firmware_03.png
If M5Burner shows the information ``Leaving... Staying in bootloader.``
below, it means chip has been burnt successfully.
below, it means chip has been burnt successfully..
.. image:: ../../_static/getting_started_pics/burn_firmware_05.png
**Then reset your board.**
3. Then reset your board
::::::::::::::::::::::::::
**Note:**
^^^^^^^^^^^
+19 -1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
# Practices with Arduino IDE
+2
View File
@@ -0,0 +1,2 @@
Practices with Arduino IDE
============================================
+1
View File
@@ -0,0 +1 @@
# Practices with M5Flow(Blockly)
+2
View File
@@ -0,0 +1,2 @@
Practices with M5Flow(Blockly)
================================================
+1
View File
@@ -0,0 +1 @@
# Practices with M5Flow(MicroPython)
+2
View File
@@ -0,0 +1,2 @@
Practices with M5Flow(MicroPython)
====================================================

Some files were not shown because too many files have changed in this diff Show More