device-epd/lib
2021-02-06 22:03:31 +01:00
..
app #49 captive portal added 2021-02-06 22:03:31 +01:00
datetime code clean up 2020-11-30 21:53:58 +01:00
device #54 add possibility to check if the basic setup is finished 2021-01-08 20:44:43 +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 show wifi status face on connection problems 2021-02-06 11:43:27 +01:00
fonts #47 add welcome boot screen splash 2021-02-03 19:08:38 +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 #47 add welcome boot screen splash 2021-02-03 19:08:38 +01:00
settings #54 fixed some todos 2021-01-08 20:58:19 +01:00
wlan #49 captive portal added 2021-02-06 22:03:31 +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