Type alias Config

Config: {
    io: IO;
    network: Network;
    peripherals: Peripheral[];
    version: number;
}

The root configuration object of the Stack.Toggle. See current CONFIG_VERSION.

Type declaration

  • io: IO

    IO configuration, configure the IO chains and system power settings.

  • network: Network

    Configure Toggle network settings.

  • peripherals: Peripheral[]

    Configure specific peripherals connected to the Toggle.

  • version: number

    Version of the config file structure.

Generated using TypeDoc