We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7681d5b + ed8ea8d commit 69502c1Copy full SHA for 69502c1
WipperSnapper_Offline/config.json
@@ -0,0 +1,25 @@
1
+{
2
+ "exportedFromDevice": {
3
+ "referenceVoltage": 3.3,
4
+ "totalGPIOPins": 18,
5
+ "totalAnalogPins": 4,
6
+ "sd_cs_pin": 23,
7
+ "statusLEDBrightness": 0.5
8
+ },
9
+ "components": [
10
+ {
11
+ "name": "BME280 Sensor",
12
+ "componentAPI": "i2c",
13
+ "i2cDeviceName": "bme280",
14
+ "period": 15,
15
+ "i2cDeviceAddress": "0x77",
16
+ "i2cDeviceSensorTypes": [
17
+ {"type": "relative-humidity"},
18
+ {"type": "ambient-temp"},
19
+ {"type": "ambient-temp-fahrenheit"},
20
+ {"type": "pressure"},
21
+ {"type": "altitude"}
22
+ ]
23
+ }
24
25
+}
0 commit comments