-
-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid trademark issues in library.json; switch to PlatformIO Library …
…Registry ID logic Resolve issue #17
- Loading branch information
1 parent
4f817a5
commit 2d6c0ef
Showing
11 changed files
with
327 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Usage | |
|
||
.. code-block:: bash | ||
platformio lib show NAME | ||
platformio lib show ID | ||
Description | ||
|
@@ -24,11 +24,14 @@ Examples | |
|
||
.. code-block:: bash | ||
$ platformio lib show Arduino-XBee | ||
Arduino-XBee | ||
------------ | ||
Author: Andrew Rapp <[email protected]> | ||
Keywords: xbee, protocol, radio | ||
Version: 0.5 | ||
Arduino library for communicating with XBees in API mode | ||
# 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.