Adafruit_Learning_System_Gu.../WipperSnapper_Offline/config.json
2025-04-14 14:07:41 -04:00

36 lines
No EOL
752 B
JSON
Executable file

{
"exportedFromDevice": {
"sd_cs_pin": 23,
"referenceVoltage": 0,
"totalGPIOPins": 0,
"totalAnalogPins": 0,
"statusLEDBrightness": 0.3
},
"components": [
{
"name": "bme280",
"componentAPI": "i2c",
"i2cDeviceName": "bme280",
"period": 30,
"autoConfig": "true",
"i2cDeviceAddress": "0x77",
"i2cDeviceSensorTypes": [
{
"type": "ambient-temp"
},
{
"type": "ambient-temp-fahrenheit"
},
{
"type": "relative-humidity"
},
{
"type": "pressure"
},
{
"type": "altitude"
}
]
}
]
}