Add offline file
This commit is contained in:
parent
7681d5b70a
commit
ed8ea8d82c
1 changed files with 25 additions and 0 deletions
25
WipperSnapper_Offline/config.json
Executable file
25
WipperSnapper_Offline/config.json
Executable file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"exportedFromDevice": {
|
||||||
|
"referenceVoltage": 3.3,
|
||||||
|
"totalGPIOPins": 18,
|
||||||
|
"totalAnalogPins": 4,
|
||||||
|
"sd_cs_pin": 23,
|
||||||
|
"statusLEDBrightness": 0.5
|
||||||
|
},
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"name": "BME280 Sensor",
|
||||||
|
"componentAPI": "i2c",
|
||||||
|
"i2cDeviceName": "bme280",
|
||||||
|
"period": 15,
|
||||||
|
"i2cDeviceAddress": "0x77",
|
||||||
|
"i2cDeviceSensorTypes": [
|
||||||
|
{"type": "relative-humidity"},
|
||||||
|
{"type": "ambient-temp"},
|
||||||
|
{"type": "ambient-temp-fahrenheit"},
|
||||||
|
{"type": "pressure"},
|
||||||
|
{"type": "altitude"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue