Skip to content

Commit 41f6887

Browse files
committed
sample ini
1 parent 46366f5 commit 41f6887

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

‎include_sensor_libraries.h‎

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,28 @@
3131
#include<HTU21D.h>// https://github.com/adafruit/Adafruit_HTU21DF_Library
3232
#include<SensirionI2CScd4x.h>// https://github.com/
3333

34-
// #include <hp_BH1750.h> //inlude the library
34+
// #include <hp_BH1750.h> //inlude the library
35+
//
36+
//
37+
[env:esp32doit-devkit-v1]
38+
platform=espressif32
39+
board=esp32doit-devkit-v1
40+
framework=arduino
41+
lib_deps=
42+
avaldebe/PMSerial@^1.2.0
43+
https://github.com/adafruit/Adafruit_INA219
44+
https://github.com/adafruit/Adafruit_MPU6050
45+
https://github.com/avaldebe/PMserial
46+
https://github.com/adafruit/Adafruit_VEML6070
47+
https://github.com/adafruit/Adafruit_PCF8591
48+
https://github.com/adafruit/Adafruit_INA219
49+
https://github.com/adafruit/Adafruit_Sensor
50+
https://github.com/adafruit/Adafruit_APDS9960
51+
https://github.com/adafruit/Adafruit_SHT31
52+
https://github.com/adafruit/Adafruit_BMP280
53+
https://github.com/adafruit/Adafruit_CCS811
54+
; https://github.com/adafruit/Adafruit_HTU21DF_Library
55+
; https://github.com/RobTillaart/SHT2x
56+
https://github.com/enjoyneering/HTU21D
57+
https://github.com/claws/BH1750
58+
lib_extra_dirs= /Users/alverson/projects/microcontrollers/dev/libraries

0 commit comments

Comments
(0)