Browse Source

Improved Readme.

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

+ 8
- 0
README.md View File

@@ -18,6 +18,14 @@ This firmware controls the AtMega8, which interfaces the MSGEQ7 to get sound dat
18 18
 
19 19
 CubeControl is a PC software, written in Java and mostly platform-independent, to create Animations for the Cube and send them to it. It depends on Java3D to display a rotatable, clickable 3D View of the LED-Cube. It comes with it's own Serial Library to communicate with the Cube. Compile it with the makefile. You need a working javac and gcc in your Path. To compile under windows get something like MinGW or try Microsofts compiler.
20 20
 
21
+## HardwareEmulator
22
+
23
+Run this in a Unixoid OS to test CubeControls up-/download capabilites.
24
+
25
+## UploadTest
26
+
27
+Allows you to send test data or aniamtions saved by CubeControl to the Cube.
28
+
21 29
 ## License
22 30
 
23 31
 See the included LICENSE file. This software is released as GPLv3. It incorporates some code from Peter Danneger (his TWI Library and a button debounce routine), released as GPLv2.

Loading…
Cancel
Save