# B15F Benutzerhandbuch *Hinweis*: Terminal-Befehle sind **fett** gedruckt ## Installation ### 1. Abhängigkeiten installieren (a) **sudo apt-get update** (b) **sudo apt-get install git** ### 2. Das Repository klonen (a) **cd /tmp** (b) **git clone "https://github.com/devfix/b15f.git"** ### 3. Die Firmware installieren (a) **cd "/tmp/b15f/firmware"** (b) **make** Wenn udev richtig konfiguriert wurde: (c) **make upload** Sonst: (c) **sudo make upload** ### 4. Die Steuersoftware (Bibliothek & CLI) installieren (a) **cd "/tmp/b15f/control/src"** (b) **make** (c) **sudo make install** # Einführung Die wichtigste Klasse für die Steuerung des Board 15 ist [B15F](classB15F.html). Dort befindet sich auch eine Übersicht der verfügbaren Befehle.