1## Overview
2
3This directory is a repository for applications which perform power control or
4configure or monitor power sequencer or related devices. These applications may
5support JSON-driven configuration.
6
7The currently implemented application is named `phosphor-power-control` and
8supports GPIO based power control and power sequencer monitoring with specific
9support for the UCD90320 and UCD90160 devices available.
10
11## JSON Configuration Files
12
13Configuration files are stored in the `config_files` directory. See the
14[Configuration File README](config_files/README.md) for details on the format of
15power sequencer configuration files.
16
17## Source Files
18
19Source files are stored in the `src` directory. See the
20[Source Files README](src/README.md) for details on the design of the
21application source.
22