Controller configuration filesΒΆ

This module contains daisy chain configuration files. The format is a standard JSON file structured as follows:

{
    "name": <string identifier for system (typically pcb-<int> for a single pixel tile)>,
    "chip_list": [<A list of chip keys, one for each chip>]
}

All fields are necessary.