roles/automationhat/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Tue, 20 Feb 2018 20:17:53 -0600
changeset 14 1d79e73c881f
parent 9 511e97bd5566
permissions -rw-r--r--
Moved package changes until wifi is set up.

---

automationhat_apt_packages:
  - "python3"
  - "raspi-gpio"
  - "python3-rpi.gpio"
  - "python3-smbus"
  - "python3-sn3218"

automationhat_modules:
  - "i2c-bcm2708"
  - "i2c-dev"