[adc] # GPIOs pins CLK = 11 MISO = 9 MOSI = 10 CS = 8 [button] # GPIO pin BUTTON = 5 [network] # GPIO pin LED = 4 URL = http://www.darkou.fr [display] # Model: 7x4, 14x4 MODEL = 7x4 BRIGHTNESS = 0.5 BLINK_RATE = 0 [sensors] # Type: voltage, temperature, pressure # Voltage model: grove, arceli # Temperature model: tmp36 # Pressure model: default SENSOR_0_TYPE = voltage SENSOR_0_MODEL = grove SENSOR_1_TYPE = temperature SENSOR_1_MODEL = tmp36 SENSOR_2_TYPE = temperature SENSOR_2_MODEL = tmp36 SENSOR_3_TYPE = temperature SENSOR_3_MODEL = tmp36 SENSOR_4_TYPE = temperature SENSOR_4_MODEL = tmp36 SENSOR_5_TYPE = temperature SENSOR_5_MODEL = tmp36 SENSOR_6_TYPE = temperature SENSOR_6_MODEL = tmp36 SENSOR_7_TYPE = pressure SENSOR_7_MODEL = default