b15f/control/src/README.md

31 lines
799 B
Markdown
Raw Normal View History

2019-06-06 10:12:21 +02:00
# 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**
2019-05-22 10:32:51 +02:00
# 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.