|
@@ -16,7 +16,7 @@ This firmware controls the AtMega8, which interfaces the MSGEQ7 to get sound dat
|
16
|
16
|
|
17
|
17
|
## CubeControl
|
18
|
18
|
|
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.
|
|
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](http://www.oracle.com/technetwork/java/javase/tech/index-jsp-138252.html) 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](http://www.mingw.org/) or try Microsofts compiler.
|
20
|
20
|
|
21
|
21
|
## HardwareEmulator
|
22
|
22
|
|
|
@@ -28,4 +28,4 @@ Allows you to send test data or aniamtions saved by CubeControl to the Cube.
|
28
|
28
|
|
29
|
29
|
## License
|
30
|
30
|
|
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.
|
|
31
|
+See the included LICENSE file. This software is released as GPLv3. It incorporates some code from Peter Danneger (a [button debounce routine](http://www.mikrocontroller.net/articles/Entprellung#Debounce-Makro_von_Peter_Dannegger)) and Peter Fleury ([TWI Library](http://homepage.hispeed.ch/peterfleury/avr-software.html)).
|