OpenDTU-old/lib
2024-09-30 21:34:17 +02:00
..
CMT2300a Revert "Feature: SPIPortManager allows simultaneous use of CMT2300 and Huawei charger" 2024-09-30 21:07:05 +02:00
CpuTemperature/src Feature: Show MCU temperature in system info 2024-05-28 23:24:08 +02:00
Every Fix compilation warning 2022-07-01 17:46:51 +02:00
Frozen merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
Hoymiles Revert "Feature: SPIPortManager allows simultaneous use of CMT2300 and Huawei charger" 2024-09-30 21:07:05 +02:00
MqttSubscribeParser Introduce MqttSubscribeParser and moved inverter specific subscribes to MqttHandleInverterClass 2022-12-14 20:42:23 +01:00
ResetReason/src merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
SdmEnergyMeter Feature: rxen/txen support for RS485 transceiver for SDM power meter (#1269) 2024-09-23 21:20:03 +02:00
SMLParser Feature: SML power meters: reset SML decoder 2024-06-27 22:18:41 +02:00
SpiManager Apply license headers and automatic code formatting to SpiManager 2024-09-26 18:47:27 +02:00
ThreadSafeQueue Move source files for ThreadSafeQueue to correct directories 2024-04-01 00:03:04 +02:00
TimeoutHelper Move source files for TimeoutHelper to correct directories 2024-04-01 00:00:36 +02:00
VeDirectFrameHandler Double VE.Direct receive buffer to avoid overflow (#1109) 2024-07-16 08:15:11 +02:00
.DS_Store First version 2022-08-11 17:26:00 +02:00
README Initial commit 2022-04-09 11:05:14 +02: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