kopia lustrzana https://github.com/botheredbybees/kilnController
13 wiersze
214 B
Plaintext
13 wiersze
214 B
Plaintext
![]() |
import logging
|
||
|
|
||
|
log_level = logging.INFO
|
||
|
log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s'
|
||
|
|
||
|
gpio_heat = 11
|
||
|
gpio_cool = 10
|
||
|
gpio_air = 9
|
||
|
|
||
|
gpio_sensor_cs = 27
|
||
|
gpio_sensor_clock = 22
|
||
|
gpio_sensor_data = 17
|