Skip to content
/ fcar Public

KMZ's Sketches for Faller Car System

License

Notifications You must be signed in to change notification settings

kmzbrnoI/fcar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ae82e0 · Aug 23, 2021
Jun 14, 2020
May 5, 2020
Aug 23, 2021
Oct 9, 2020
Oct 12, 2020
Aug 16, 2021
Aug 22, 2021
May 5, 2020
Aug 22, 2021
Aug 23, 2021
May 5, 2020

Repository files navigation

fcar

KMZ's Sketchs for Faller Car System

Install on Linux (Fedora)

# Arduino IDE
sudo dnf install -y arduino

# install boards
arduino --install-boards arduino:avr

Install arduino-cli

mkdir -p ~/.local/bin
# check that created directory is in your PATH
$ grep '~/.local/bin' ~/.bashrc
export PATH=~/.local/bin:$PATH

sudo dnf install -y autoconf automake gcc clang-tools-extra
sudo curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh

Install required libraries

See subdirectories and search which libraries are required.

arduino-cli lib install Bounce2 Servo