Initialize Arduino IDE setup

This commit is contained in:
Jeckel 2020-10-02 00:12:14 +02:00
parent e525bf9850
commit 0cfbf63221
5 changed files with 24 additions and 3 deletions

View file

@ -0,0 +1,11 @@
---
- name: "Install arduino needed packages"
apt:
name:
- picocom
- python-pip
state: latest
- name: "install inotool with pip"
pip:
name: ino