aboutsummaryrefslogtreecommitdiff
path: root/NucLedController/NucLedController.csproj
diff options
context:
space:
mode:
authorJames Barnett <james.barnett@fivium.co.uk>2017-08-01 12:52:13 +0100
committerJames Barnett <james.barnett@fivium.co.uk>2017-08-01 12:52:13 +0100
commitcd68a397f67308a9b915a98837780813750e29c5 (patch)
treefcd3694a286c5a98f3a7904ffdc6b446557065d8 /NucLedController/NucLedController.csproj
parent36776bfbff6f15f7239924777651392945ebb2a0 (diff)
downloadintel-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.csproj2
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" />