2014-09-06 13:44:45 +03:00
|
|
|
.. _cmd_lib_show:
|
|
|
|
|
|
|
|
platformio lib show
|
|
|
|
===================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
2014-10-19 00:14:11 +03:00
|
|
|
platformio lib show ID
|
2014-09-06 13:44:45 +03:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Show details about the installed library
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
2014-10-19 00:14:11 +03:00
|
|
|
# OneWire: http://platformio.ikravets.com/#!/lib/show/1
|
|
|
|
$ platformio lib show 1
|
|
|
|
OneWire
|
|
|
|
-------
|
|
|
|
Authors: Paul Stoffregen http://www.pjrc.com/teensy/td_libs_OneWire.html
|
|
|
|
Keywords: onewire, 1-wire, bus, sensor, temperature, ibutton
|
|
|
|
Frameworks: arduino
|
|
|
|
Platforms: atmelavr
|
|
|
|
Version: 2.2
|
|
|
|
|
|
|
|
Control devices (from Dallas Semiconductor) that use the One Wire protocol (DS18S20, DS18B20, DS2408 and etc)
|