SystemAgent/misc/agent_config.cfg.example

22 lines
325 B
Plaintext
Raw Normal View History

2021-03-14 08:24:55 +00:00
version = "1.0";
agent: {
drivers: {
spi: {
2021-03-14 13:59:07 +00:00
path = "/dev/spidev0.0";
2021-03-14 08:24:55 +00:00
};
i2c: {
2021-03-14 13:59:07 +00:00
path = "/dev/i2c-1";
};
2021-03-14 08:24:55 +00:00
};
2021-03-14 13:59:07 +00:00
devices: {
lcd: {
dc_pin: {
path = "/dev/gpiochip1";
line = 20;
}
}
}
2021-03-14 08:24:55 +00:00
};