Bibliotheken zur Ansteuerung der Peripheriekomponenten des DMM-Boards (LCD, RGB-Backlight, Flash)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Ilya Elenskiy 10636f8014 README 6 years ago
include Libs from the demo 6 years ago
src Libs from the demo 6 years ago
README.md README 6 years ago

README.md

On-board peripheral libraries for EMG DMM boards

See DMM-Demo for usage and board definitions.

PlatformIO

Include into project by adding to platformio.ini:

[env]
...
lib_deps = 
  git@teach.emg.ing.tu-bs.de:dmm/dmm-libs.git

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:

[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.