diff --git a/etc/uldaq.conf b/etc/uldaq.conf new file mode 100644 index 000000000..b04d8ba76 --- /dev/null +++ b/etc/uldaq.conf @@ -0,0 +1,14 @@ +nodes = { + ul201 = { + type = "uldaq" + + in = { + signals = ( + { name = "ch0", channel = 0, range = "bipolar-10" } + ) + + sample_rate = 1000, + vectorize = 100 + } + } +} \ No newline at end of file