SPQR-Team1-2020/lib
EmaMaker 39cbeb1e59 Lines not working well, fixed missing initializations that caused the code to crash 2019-12-05 11:53:01 +01:00
..
Adafruit-GFX Lines not working well, fixed missing initializations that caused the code to crash 2019-12-05 11:53:01 +01:00
Adafruit_BNO055 Lines not working well, fixed missing initializations that caused the code to crash 2019-12-05 11:53:01 +01:00
Adafruit_Sensor-master Lines not working well, fixed missing initializations that caused the code to crash 2019-12-05 11:53:01 +01:00
Adafruit_VL53L0X Lines not working well, fixed missing initializations that caused the code to crash 2019-12-05 11:53:01 +01:00
README culo 2019-10-09 14:59:27 +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