raspicar/config.ini

25 lines
346 B
INI
Raw Normal View History

2021-01-23 19:00:02 +01:00
[adc]
CLK = 11
MISO = 9
MOSI = 10
CS = 8
[button]
2021-01-23 22:08:40 +01:00
# GPIO Pin
2021-01-23 19:00:02 +01:00
BUTTON = 5
[voltage_sensor]
2021-01-23 22:08:40 +01:00
# grove or arceli
2021-01-23 19:00:02 +01:00
MODEL = grove
2021-01-23 22:08:40 +01:00
[sensors]
# voltage, temperature or pressure
SENSOR_0 = voltage
SENSOR_1 = temperature
SENSOR_2 = temperature
SENSOR_3 = temperature
SENSOR_4 = temperature
SENSOR_5 = temperature
SENSOR_6 = temperature
SENSOR_7 = pressure