|
|
|
@@ -27,7 +27,7 @@ Usage
|
|
|
|
|
Description
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
Search for library in `PlatformIO Library Registry <http://platformio.org/#!/lib>`_
|
|
|
|
|
Search for library in `PlatformIO Library Registry <http://platformio.org/lib>`_
|
|
|
|
|
by :ref:`library_config` fields in the boolean mode.
|
|
|
|
|
|
|
|
|
|
The boolean search capability supports the following operators:
|
|
|
|
@@ -121,7 +121,7 @@ Examples
|
|
|
|
|
# Show next libraries? [y/N]:
|
|
|
|
|
# ...
|
|
|
|
|
|
|
|
|
|
2. Search for `1-Wire libraries <http://platformio.org/#!/lib/search?query=%25221-wire%2522>`_
|
|
|
|
|
2. Search for `1-Wire libraries <http://platformio.org/lib/search?query=%25221-wire%2522>`_
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
@@ -133,7 +133,7 @@ Examples
|
|
|
|
|
# [ 1 ] OneWire arduino, atmelavr "Paul Stoffregen": Control devices (from Dallas Semiconductor) that use the One Wire protocol (DS18S20, DS18B20, DS2408 and etc)
|
|
|
|
|
# ...
|
|
|
|
|
|
|
|
|
|
3. Search for `Arduino-based "I2C" libraries <http://platformio.org/#!/lib/search?query=framework%253Aarduino%2520i2c>`_
|
|
|
|
|
3. Search for `Arduino-based "I2C" libraries <http://platformio.org/lib/search?query=framework%253Aarduino%2520i2c>`_
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
@@ -148,7 +148,7 @@ Examples
|
|
|
|
|
# [ 14 ] Adafruit-9DOF-Unified arduino, atmelavr "Adafruit Industries": Unified sensor driver for the Adafruit 9DOF Breakout (L3GD20 / LSM303)
|
|
|
|
|
# ...
|
|
|
|
|
|
|
|
|
|
4. Search for `libraries by "web" and "http" keywords <http://platformio.org/#!/lib/search?query=keyword%253A%2522web%2522%2520keyword%253A%2522http%2522>`_.
|
|
|
|
|
4. Search for `libraries by "web" and "http" keywords <http://platformio.org/lib/search?query=keyword%253A%2522web%2522%2520keyword%253A%2522http%2522>`_.
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
@@ -161,7 +161,7 @@ Examples
|
|
|
|
|
# [ 17 ] Adafruit-CC3000 arduino, atmelavr "Adafruit Industries": Library code for Adafruit's CC3000 Wi-Fi/WiFi breakouts
|
|
|
|
|
# ...
|
|
|
|
|
|
|
|
|
|
5. Search for `libraries by "Adafruit Industries" author <http://platformio.org/#!/lib/search?query=author%253A%2522Adafruit%20Industries%2522>`_
|
|
|
|
|
5. Search for `libraries by "Adafruit Industries" author <http://platformio.org/lib/search?query=author%253A%2522Adafruit%20Industries%2522>`_
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
@@ -176,7 +176,7 @@ Examples
|
|
|
|
|
# [ 26 ] Adafruit-LSM303DLHC-Unified arduino, atmelavr "Adafruit Industries": Unified sensor driver for Adafruit's LSM303 Breakout (Accelerometer + Magnetometer)
|
|
|
|
|
# ...
|
|
|
|
|
|
|
|
|
|
6. Search for `libraries which are compatible with Dallas temperature sensors <http://platformio.org/#!/lib/search?query=DS*>`_
|
|
|
|
|
6. Search for `libraries which are compatible with Dallas temperature sensors <http://platformio.org/lib/search?query=DS*>`_
|
|
|
|
|
like DS18B20, DS18S20 and etc.
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
@@ -189,7 +189,7 @@ Examples
|
|
|
|
|
# [ 1 ] OneWire arduino, atmelavr "Paul Stoffregen": Control devices (from Dallas Semiconductor) that use the One Wire protocol (DS18S20, DS18B20, DS2408 and etc)
|
|
|
|
|
# ...
|
|
|
|
|
|
|
|
|
|
7. Search for `Energia-based *nRF24* or *HttpClient* libraries <http://platformio.org/#!/lib/search?query=framework%253Aenergia%2520%252B(nRF24%2520HttpClient)>`_.
|
|
|
|
|
7. Search for `Energia-based *nRF24* or *HttpClient* libraries <http://platformio.org/lib/search?query=framework%253Aenergia%2520%252B(nRF24%2520HttpClient)>`_.
|
|
|
|
|
The search query that is described below can be interpreted like
|
|
|
|
|
``energia nRF24 OR energia HttpClient``
|
|
|
|
|
|
|
|
|
@@ -204,7 +204,7 @@ Examples
|
|
|
|
|
# [ 43 ] nRF24 energia, timsp430 "Eric": The nRF24L01 is a low-cost 2.4GHz ISM transceiver module. It supports a number of channel frequencies in the 2.4GHz band and a range of data rates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8. Search for the `all sensor libraries excluding temperature <http://platformio.org/#!/lib/search?query=sensor%2520-temperature>`_.
|
|
|
|
|
8. Search for the `all sensor libraries excluding temperature <http://platformio.org/lib/search?query=sensor%2520-temperature>`_.
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|