create receiver lora

This commit is contained in:
2023-06-25 10:38:35 +02:00
parent 8c588ed2c0
commit 1ecf8d3270
29 changed files with 557 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Librairies maisons utilisé pour ce projet
Architecture fichiers:
```
|--lib
| |
| |--Bar
| | |--docs
| | |--examples
| | |--src
| | |- Bar.c
| | |- Bar.h
| | |- library.json voir: https://docs.platformio.org/page/librarymanager/config.html
| |
| |--Foo
| | |- Foo.c
| | |- Foo.h
| |
| |- README --> THIS FILE
|
|- platformio.ini
|--src
|- main.cpp
|- Program.cpp
```
En savoir plus: https://docs.platformio.org/en/latest/librarymanager/quickstart.html