SystemAgent/misc/agent_config.cfg.example

27 lines
474 B
Plaintext

version = "1.0";
agent: {
drivers: {
spi: {
path = "/dev/spidev0.0";
clock_speed = 10000000;
};
i2c: {
path = "/dev/i2c-1";
};
};
devices: {
lcd: {
dc_pin: {
path = "/dev/gpiochip1";
line = 229;
};
reset_pin: {
path = "/dev/gpiochip1";
line = 230;
};
};
};
};