1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

uldaq: add example config

This commit is contained in:
Steffen Vogel 2018-09-25 11:58:28 +02:00
parent a6ae879edc
commit 82e7cc93be

14
etc/uldaq.conf Normal file
View file

@ -0,0 +1,14 @@
nodes = {
ul201 = {
type = "uldaq"
in = {
signals = (
{ name = "ch0", channel = 0, range = "bipolar-10" }
)
sample_rate = 1000,
vectorize = 100
}
}
}