mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
35 lines
No EOL
659 B
Text
35 lines
No EOL
659 B
Text
http = {
|
|
enabled = false
|
|
}
|
|
#priority = 90
|
|
logging = {
|
|
# level = "debug"
|
|
}
|
|
|
|
nodes = {
|
|
ft4222 = {
|
|
type = "ft4222"
|
|
system_clock=80
|
|
in = {
|
|
sample_rate = 100000,
|
|
vectorize = 100,
|
|
signals = (
|
|
{ name = "ch0", type = "float", channel = 0 },
|
|
{ name = "ch1", type = "float", channel = 0 },
|
|
{ name = "ch2", type = "float", channel = 0 },
|
|
{ name = "ch3", type = "float", channel = 0 },
|
|
{ name = "ch4", type = "float", channel = 0 },
|
|
{ name = "ch5", type = "float", channel = 0 },
|
|
{ name = "ch6", type = "float", channel = 0 },
|
|
{ name = "pps", type = "float", channel = 0 }
|
|
)
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
paths = (
|
|
{
|
|
in = "ft4222"
|
|
}
|
|
) |