roles/automationhat/defaults/main.yaml
changeset 9 511e97bd5566
equal deleted inserted replaced
8:e7007d23a144 9:511e97bd5566
       
     1 ---
       
     2 
       
     3 automationhat_apt_packages:
       
     4   - "python3"
       
     5   - "raspi-gpio"
       
     6   - "python3-rpi.gpio"
       
     7   - "python3-smbus"
       
     8   - "python3-sn3218"
       
     9 
       
    10 automationhat_modules:
       
    11   - "i2c-bcm2708"
       
    12   - "i2c-dev"