From bfc70425c7a90185083f5a727d00d1fbe58b2840 Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Mon, 1 Jul 2019 11:20:20 +0300 Subject: [PATCH] Removed lib --- lib/readme.txt | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 lib/readme.txt diff --git a/lib/readme.txt b/lib/readme.txt deleted file mode 100644 index cfa16df..0000000 --- a/lib/readme.txt +++ /dev/null @@ -1,41 +0,0 @@ - -This directory is intended for project specific (private) libraries. -PlatformIO will compile them to static libraries and link them to executable files. - -The source code of each library should be placed in separate directories, like -"lib/private_lib/[here are source files]". - -For example, see the structure of the following two libraries `Foo` and `Bar`: - -|--lib -| | -| |--Bar -| | |--docs -| | |--examples -| | |--src -| | |- Bar.c -| | |- Bar.h -| | |- library.json (optional, custom build options, etc) https://docs.platformio.org/page/librarymanager/config.html -| | -| |--Foo -| | |- Foo.c -| | |- Foo.h -| | -| |- readme.txt --> THIS FILE -| -|- platformio.ini -|--src - |- main.c - -Then in `src/main.c` you should use: - -#include -#include - -// rest H/C/CPP code - -PlatformIO will find your libraries automatically, configure preprocessor's -include paths and build them. - -More information about PlatformIO Library Dependency Finder -- https://docs.platformio.org/page/librarymanager/ldf.html