forked from platformio/platformio-core
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _demo:
 | 
						|
 | 
						|
Demo
 | 
						|
====
 | 
						|
 | 
						|
.. contents::
 | 
						|
 | 
						|
Wiring Blink
 | 
						|
------------
 | 
						|
 | 
						|
.. image:: _static/platformio-demo-wiring.gif
 | 
						|
 | 
						|
Used in demo
 | 
						|
~~~~~~~~~~~~
 | 
						|
 | 
						|
1. Source code of `Wiring Blink Example <https://github.com/platformio/platformio/tree/develop/examples/wiring-blink>`_
 | 
						|
2. :ref:`cmd_run` command
 | 
						|
3. :ref:`platformio run -t upload <cmd_run>` command.
 | 
						|
 | 
						|
Platform Manager
 | 
						|
----------------
 | 
						|
 | 
						|
.. image:: _static/platformio-demo-platforms.gif
 | 
						|
 | 
						|
Used in demo
 | 
						|
~~~~~~~~~~~~
 | 
						|
 | 
						|
1. :ref:`userguide_platforms`
 | 
						|
2. :ref:`cmd_platforms_list` command
 | 
						|
3. :ref:`platformio platforms search avr <cmd_platforms_search>` command
 | 
						|
4. :ref:`platformio platforms show teensy <cmd_platforms_show>` command
 | 
						|
5. :ref:`cmd_platforms_update` command.
 | 
						|
 | 
						|
Library Manager
 | 
						|
---------------
 | 
						|
 | 
						|
.. image:: _static/platformio-demo-lib.gif
 | 
						|
 | 
						|
Used in demo
 | 
						|
~~~~~~~~~~~~
 | 
						|
 | 
						|
1. :ref:`userguide_lib`
 | 
						|
2. :ref:`platformio lib search 1-wire <cmd_lib_search>` command
 | 
						|
3. :ref:`platformio lib install 54 <cmd_lib_install>` command
 | 
						|
4. :ref:`platformio lib search -f mbed <cmd_lib_search>` command
 | 
						|
5. :ref:`platformio lib search -k rf <cmd_lib_search>` command
 | 
						|
6. :ref:`platformio lib search radiohead <cmd_lib_search>` command
 | 
						|
7. :ref:`platformio lib install 124 --version "1.40" <cmd_lib_install>` command
 | 
						|
8. :ref:`platformio lib show 124 <cmd_lib_show>` command
 | 
						|
9. :ref:`cmd_lib_update` command.
 |