diff options
| author | James Barnett <james.barnett@fivium.co.uk> | 2017-08-01 12:52:13 +0100 |
|---|---|---|
| committer | James Barnett <james.barnett@fivium.co.uk> | 2017-08-01 12:52:13 +0100 |
| commit | cd68a397f67308a9b915a98837780813750e29c5 (patch) | |
| tree | fcd3694a286c5a98f3a7904ffdc6b446557065d8 /NucLedController/NucLedController.csproj | |
| parent | 36776bfbff6f15f7239924777651392945ebb2a0 (diff) | |
| download | intel-nuc-led-controller-cd68a397f67308a9b915a98837780813750e29c5.tar.xz intel-nuc-led-controller-cd68a397f67308a9b915a98837780813750e29c5.zip | |
Add options to disable LED and cycle colours
- Add disable option in manual LED control
- Add mode to cycle through all colours at a given rate
Diffstat (limited to 'NucLedController/NucLedController.csproj')
| -rw-r--r-- | NucLedController/NucLedController.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NucLedController/NucLedController.csproj b/NucLedController/NucLedController.csproj index 06c894f..b5849c2 100644 --- a/NucLedController/NucLedController.csproj +++ b/NucLedController/NucLedController.csproj @@ -63,6 +63,8 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> + <Compile Include="BlinkColourCyclerControlMode.cs" /> + <Compile Include="IControlMode.cs" /> <Compile Include="LEDColour.cs" /> <Compile Include="LEDController.cs" /> <Compile Include="LEDTransition.cs" /> |