device-epd/lib
2020-12-27 10:16:13 +01:00
..
app create api endpoint for playlist 2020-12-27 10:16:13 +01:00
datetime code clean up 2020-11-30 21:53:58 +01:00
device #54 code clean up for release 2020-12-24 12:21:50 +01:00
display #54 code clean up 2020-12-26 11:40:07 +01:00
download #54 code clean up 2020-12-27 09:22:07 +01:00
face #55 bugfix 2020-12-27 10:05:54 +01:00
image bugfix 2020-12-26 11:58:36 +01:00
imageService image service created 2020-12-26 10:42:57 +01:00
playlist create api endpoint for playlist 2020-12-27 10:16:13 +01:00
settings enable theme mode 2020-12-12 20:46:01 +01:00
wlan use paperdash device type as mdns record 2020-11-13 18:52:21 +01:00
README Initial commit 2020-02-10 12:24:04 +01:00

This directory is intended for project specific (private) libraries.
PlatformIO will compile them to static libraries and link into executable file.

The source code of each library should be placed in a an own separate directory
("lib/your_library_name/[here are source files]").

For example, see a 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 --> THIS FILE
|
|- platformio.ini
|--src
   |- main.c

and a contents of `src/main.c`:
```
#include <Foo.h>
#include <Bar.h>

int main (void)
{
  ...
}

```

PlatformIO Library Dependency Finder will find automatically dependent
libraries scanning project source files.

More information about PlatformIO Library Dependency Finder
- https://docs.platformio.org/page/librarymanager/ldf.html