hutattedonmyarm 12 years ago
parent
commit
548e3d9764
58 changed files with 2 additions and 0 deletions
  1. 2
    0
      .gitignore
  2. 0
    0
      AudioFirmware/adc.c
  3. 0
    0
      AudioFirmware/adc.h
  4. 0
    0
      AudioFirmware/eq.c
  5. 0
    0
      AudioFirmware/eq.h
  6. 0
    0
      AudioFirmware/main.c
  7. 0
    0
      AudioFirmware/makefile
  8. 0
    0
      AudioFirmware/twislave.c
  9. 0
    0
      AudioFirmware/twislave.h
  10. 0
    0
      COPYING
  11. 0
    0
      CubeControl/AFrame.java
  12. 0
    0
      CubeControl/Animation.java
  13. 0
    0
      CubeControl/AnimationUtility.java
  14. 0
    0
      CubeControl/Frame.java
  15. 0
    0
      CubeControl/HelperUtility.java
  16. 0
    0
      CubeControl/LEDoff.png
  17. 0
    0
      CubeControl/LEDon.png
  18. 0
    0
      CubeControl/SerialHelper.java
  19. 0
    0
      CubeControl/SerialReadThread.java
  20. 0
    0
      CubeControl/SerialWriteThread.java
  21. 0
    0
      CubeControl/bg.png
  22. 0
    0
      CubeControl/layerEditFrame.java
  23. 0
    0
      CubeControl/libSerial/.project
  24. 0
    0
      CubeControl/libSerial/makefile
  25. 0
    0
      CubeControl/libSerial/serialHelper.c
  26. 0
    0
      CubeControl/libSerial/unixSerial.c
  27. 0
    0
      CubeControl/libSerial/winSerial.c
  28. 0
    0
      CubeControl/makefile
  29. 0
    0
      CubeControl/manifest.txt
  30. 0
    0
      CubeControl/splash.png
  31. 0
    0
      CubeFirmware/audio.c
  32. 0
    0
      CubeFirmware/audio.h
  33. 0
    0
      CubeFirmware/cube.c
  34. 0
    0
      CubeFirmware/cube.h
  35. 0
    0
      CubeFirmware/main.c
  36. 0
    0
      CubeFirmware/makefile
  37. 0
    0
      CubeFirmware/mem.c
  38. 0
    0
      CubeFirmware/mem.h
  39. 0
    0
      CubeFirmware/memLayer.c
  40. 0
    0
      CubeFirmware/memLayer.h
  41. 0
    0
      CubeFirmware/time.c
  42. 0
    0
      CubeFirmware/time.h
  43. 0
    0
      CubeFirmware/twi.c
  44. 0
    0
      CubeFirmware/twi.h
  45. 0
    0
      Dokumentation/CubeControl.png
  46. 0
    0
      Dokumentation/Projektbeschreibung.pdf
  47. 0
    0
      Dokumentation/Projektbeschreibung.tex
  48. 0
    0
      Dokumentation/Projektspezifikation.odt
  49. 0
    0
      Dokumentation/cube.jpg
  50. 0
    0
      Dokumentation/platine1.jpg
  51. 0
    0
      Dokumentation/platine2.jpg
  52. 0
    0
      Hardware/LED Cube.brd
  53. 0
    0
      Hardware/LED Cube.sch
  54. 0
    0
      Hardware/Layout.png
  55. 0
    0
      Hardware/LayoutFischer.zip
  56. 0
    0
      Hardware/Parts.txt
  57. 0
    0
      Hardware/Schematic.png
  58. 0
    0
      README.md

+ 2
- 0
.gitignore View File

@@ -5,3 +5,5 @@ CubeFirmware/.DS_Store
5 5
 AudioFirmware/.DS_Store
6 6
 Dokumentation/.DS_Store
7 7
 Hardware/.DS_Store
8
+
9
+.DS_Store

+ 0
- 0
AudioFirmware/adc.c View File


+ 0
- 0
AudioFirmware/adc.h View File


+ 0
- 0
AudioFirmware/eq.c View File


+ 0
- 0
AudioFirmware/eq.h View File


+ 0
- 0
AudioFirmware/main.c View File


+ 0
- 0
AudioFirmware/makefile View File


+ 0
- 0
AudioFirmware/twislave.c View File


+ 0
- 0
AudioFirmware/twislave.h View File


+ 0
- 0
COPYING View File


+ 0
- 0
CubeControl/AFrame.java View File


+ 0
- 0
CubeControl/Animation.java View File


+ 0
- 0
CubeControl/AnimationUtility.java View File


+ 0
- 0
CubeControl/Frame.java View File


+ 0
- 0
CubeControl/HelperUtility.java View File


+ 0
- 0
CubeControl/LEDoff.png View File


+ 0
- 0
CubeControl/LEDon.png View File


+ 0
- 0
CubeControl/SerialHelper.java View File


+ 0
- 0
CubeControl/SerialReadThread.java View File


+ 0
- 0
CubeControl/SerialWriteThread.java View File


+ 0
- 0
CubeControl/bg.png View File


+ 0
- 0
CubeControl/layerEditFrame.java View File


+ 0
- 0
CubeControl/libSerial/.project View File


+ 0
- 0
CubeControl/libSerial/makefile View File


+ 0
- 0
CubeControl/libSerial/serialHelper.c View File


+ 0
- 0
CubeControl/libSerial/unixSerial.c View File


+ 0
- 0
CubeControl/libSerial/winSerial.c View File


+ 0
- 0
CubeControl/makefile View File


+ 0
- 0
CubeControl/manifest.txt View File


+ 0
- 0
CubeControl/splash.png View File


+ 0
- 0
CubeFirmware/audio.c View File


+ 0
- 0
CubeFirmware/audio.h View File


+ 0
- 0
CubeFirmware/cube.c View File


+ 0
- 0
CubeFirmware/cube.h View File


+ 0
- 0
CubeFirmware/main.c View File


+ 0
- 0
CubeFirmware/makefile View File


+ 0
- 0
CubeFirmware/mem.c View File


+ 0
- 0
CubeFirmware/mem.h View File


+ 0
- 0
CubeFirmware/memLayer.c View File


+ 0
- 0
CubeFirmware/memLayer.h View File


+ 0
- 0
CubeFirmware/time.c View File


+ 0
- 0
CubeFirmware/time.h View File


+ 0
- 0
CubeFirmware/twi.c View File


+ 0
- 0
CubeFirmware/twi.h View File


+ 0
- 0
Dokumentation/CubeControl.png View File


+ 0
- 0
Dokumentation/Projektbeschreibung.pdf View File


+ 0
- 0
Dokumentation/Projektbeschreibung.tex View File


+ 0
- 0
Dokumentation/Projektspezifikation.odt View File


+ 0
- 0
Dokumentation/cube.jpg View File


+ 0
- 0
Dokumentation/platine1.jpg View File


+ 0
- 0
Dokumentation/platine2.jpg View File


+ 0
- 0
Hardware/LED Cube.brd View File


+ 0
- 0
Hardware/LED Cube.sch View File


+ 0
- 0
Hardware/Layout.png View File


+ 0
- 0
Hardware/LayoutFischer.zip View File


+ 0
- 0
Hardware/Parts.txt View File


+ 0
- 0
Hardware/Schematic.png View File


+ 0
- 0
README.md View File


Loading…
Cancel
Save