raspicar/config.ini.example

51 lines
761 B
Plaintext
Raw Permalink Normal View History

2021-01-23 19:00:02 +01:00
[adc]
# GPIOs pins
2021-01-23 19:00:02 +01:00
CLK = 11
MISO = 9
MOSI = 10
CS = 8
[button]
# GPIO pin
2021-01-23 19:00:02 +01:00
BUTTON = 5
[network]
# GPIO pin
LED = 4
URL = http://www.darkou.fr
2021-01-24 12:02:05 +01:00
[display]
# Model: 7x4, 14x4
MODEL = 7x4
BRIGHTNESS = 0.5
BLINK_RATE = 0
2021-01-23 22:08:40 +01:00
[sensors]
2021-01-24 12:02:05 +01:00
# 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