SystemAgent/misc/agent_config.cfg.example

27 lines
474 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-21 16:01:12 +00:00
clock_speed = 10000000;
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";
2021-03-21 16:01:12 +00:00
line = 229;
};
reset_pin: {
path = "/dev/gpiochip1";
line = 230;
2021-03-14 15:47:28 +00:00
};
};
};
2021-03-14 08:24:55 +00:00
};