mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add info about "library.json" to README instruction
This commit is contained in:
@ -168,16 +168,21 @@ The source code of each library should be placed in separate directory, like
|
|||||||
For example, see how can be organized `Foo` and `Bar` libraries:
|
For example, see how can be organized `Foo` and `Bar` libraries:
|
||||||
|
|
||||||
|--lib
|
|--lib
|
||||||
|
| |
|
||||||
| |--Bar
|
| |--Bar
|
||||||
| | |--docs
|
| | |--docs
|
||||||
| | |--examples
|
| | |--examples
|
||||||
| | |--src
|
| | |--src
|
||||||
| | |- Bar.c
|
| | |- Bar.c
|
||||||
| | |- Bar.h
|
| | |- Bar.h
|
||||||
|
| | |- library.json (optional, custom build options, etc) http://docs.platformio.org/page/librarymanager/config.html
|
||||||
|
| |
|
||||||
| |--Foo
|
| |--Foo
|
||||||
| | |- Foo.c
|
| | |- Foo.c
|
||||||
| | |- Foo.h
|
| | |- Foo.h
|
||||||
|
| |
|
||||||
| |- readme.txt --> THIS FILE
|
| |- readme.txt --> THIS FILE
|
||||||
|
|
|
||||||
|- platformio.ini
|
|- platformio.ini
|
||||||
|--src
|
|--src
|
||||||
|- main.c
|
|- main.c
|
||||||
|
Reference in New Issue
Block a user