diff options
Diffstat (limited to 'roles/automationhat/defaults')
| -rw-r--r-- | roles/automationhat/defaults/main.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/automationhat/defaults/main.yaml b/roles/automationhat/defaults/main.yaml new file mode 100644 index 0000000..1072549 --- /dev/null +++ b/roles/automationhat/defaults/main.yaml @@ -0,0 +1,12 @@ +--- + +automationhat_apt_packages: + - "python3" + - "raspi-gpio" + - "python3-rpi.gpio" + - "python3-smbus" + - "python3-sn3218" + +automationhat_modules: + - "i2c-bcm2708" + - "i2c-dev" |
