Browse Source

Updated Readme

Thomas Buck 8 years ago
parent
commit
1fcd67ee38
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.md

+ 8
- 0
README.md View File

@@ -1,5 +1,13 @@
1 1
 # CaseLights
2 2
 
3
+CaseLights is an Arduino based RGB LED controller using a simple MOSFET setup. The lights are controlled with a Mac OS X Menu Bar App that can set static colors, animations, or visualize various computer status values using the included [JSystemInfoKit](https://github.com/jBot-42/JSystemInfoKit).
4
+
5
+## Mac OS X App
6
+
7
+The CaseLights XCode project includes the JSystemInfoKit project from the submodule in this repository. Just run `xcodebuild` on the command line or open the project in XCode and click `Run` to start the App.
8
+
9
+![Screenshot](https://i.imgur.com/N7j7BJV.png)
10
+
3 11
 ## Working with Git Submodules
4 12
 
5 13
 To clone this repository, enter the following:

Loading…
Cancel
Save