use template
This commit is contained in:
27
lib/README.md
Normal file
27
lib/README.md
Normal 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
|
Reference in New Issue
Block a user