esp32-nmea2000-obp60/lib
andreas e378f6e56b intermediate: tcp read 2021-10-26 21:54:28 +02:00
..
boatData completely moved to dynamic boatData, first tests 2021-10-20 21:19:20 +02:00
config intermediate: reading on tcp 2021-10-26 20:28:21 +02:00
log use nonblocking write for serial 2021-10-25 21:20:41 +02:00
nmea2kto0183 include ais conversion 2021-10-22 13:08:25 +02:00
nmea2ktoais initial import of ais stuff 2021-10-21 19:38:57 +02:00
queue intermediate: tcp read 2021-10-26 21:54:28 +02:00
serial intermediate: reading on tcp 2021-10-26 20:28:21 +02:00
socketserver intermediate: tcp read 2021-10-26 21:54:28 +02:00
wifi allow to set system name, auto shutdown AP, usb baud 2021-10-22 15:20:40 +02:00
README intermediate: config handler implementation 2021-10-16 20:18:03 +02:00

README

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