readme
This commit is contained in:
@@ -35,6 +35,13 @@ A comprehensive ESP-IDF library for interfacing with the Bosch BME68x environmen
|
|||||||
└── platformio.ini
|
└── platformio.ini
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Alternatively For PlatformIO you can add _lib_deps_ in _platformio.ini_
|
||||||
|
|
||||||
|
```ini
|
||||||
|
lib_deps =
|
||||||
|
git+https://home.arcoa.eu:8413/esp32libs/BME68x_manager.git
|
||||||
|
```
|
||||||
|
|
||||||
2. Include the library in your source files:
|
2. Include the library in your source files:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
|
|||||||
Reference in New Issue
Block a user