Readme => German
This commit is contained in:
24
README.md
24
README.md
@@ -1,10 +1,11 @@
|
||||
# On-board peripheral libraries for EMG DMM boards
|
||||
# Peripheriebibliothek für das DMM Board
|
||||
|
||||
See [DMM-Demo](https://teach.emg.ing.tu-bs.de/git/dmm/dmm-demo) for usage and
|
||||
board definitions.
|
||||
Siehe [DMM-Demo](https://teach.emg.ing.tu-bs.de/git/dmm/dmm-demo) für Beispiele
|
||||
sowie Bootloader und Board-Konfiguration.
|
||||
|
||||
## PlatformIO
|
||||
Include into project by adding to `platformio.ini`:
|
||||
Um die Bibliothek in das Projekt einbinden füge Referenz ins `platformio.ini`
|
||||
des Projektes wie folgt ein:
|
||||
```
|
||||
[env]
|
||||
...
|
||||
@@ -13,14 +14,17 @@ lib_deps =
|
||||
|
||||
```
|
||||
|
||||
By default, the libraries will be downloaded into the hidden workspace folder.
|
||||
For easier inspection, you can change the directory to make it browsable by
|
||||
adding:
|
||||
Bei der nächsten Kompilierung mit `pio run` wird die Bibliothek automatisch
|
||||
heruntergeladen. Eine Aktualisierung kann mit `pio lib update` erzwungen werden.
|
||||
|
||||
Standardmäßig werden die Bibliotheken in einen versteckten Workspace-Ordner
|
||||
abgelegt. Will man sich den Quellcode im Projektordner ansehen können
|
||||
(empfohlen!), kann ein Ordner innerhalb des Projektes vorgegeben werden:
|
||||
```
|
||||
[platformio]
|
||||
default_envs = release
|
||||
libdeps_dir = depends
|
||||
```
|
||||
|
||||
You should avoid uploading PIO-managed external libraries into you project's
|
||||
git. Therefore you should also add `depends` into your `.gitignore`.
|
||||
In diesem Fall sollte man davon absehen, die automatisch vom PIO
|
||||
heruntergeladenen Bibliotheken ins Git des eigenen Projektes einzuchecken.
|
||||
Es empfiehlt sich in dem Fall `depends` ins `.gitignore` einzufügen.
|
||||
|
||||
Reference in New Issue
Block a user