### d.diot settings # Enable serial enable_uart=1 # Enable spi0 for MySensors RFM69 radio module and set the cs pins (GPIO pin 8 and 7 = PIN 24 and PIN 26) dtoverlay=spi0-cs,cs0_pin=8,cs1_pin=7 # Enable spi1 for MySensors NRF24 radio module and set the cs pin (GPIO pin 16 = PIN 36) dtoverlay=spi1-1cs,cs0_pin=16 # Enable shutdown pin (GPIO pin 5 = PIN 29) dtoverlay=gpio-shutdown,gpio_pin=5,active_low=1,gpio_pull="up" # Enable poweroff pin (GPIO pin 6 = PIN 31) dtoverlay=gpio-poweroff,gpiopin=6 # Enable lirc-rpi and set IN and OUT pins (GPIO pin 22 and 12 = PIN 15 and PIN 32) dtoverlay=lirc-rpi,gpio_in_pin=22,gpio_out_pin=12