Programm zur Darstellung der Lage eines Objektes im Raum mit Hilfe eines Beschleunigungssensores, 4 LED's und einem LCD-Display.

Dependencies:   TextLCD mbed

Revision:
2:cf8b98404b66
Parent:
1:0ec865a9c35e
Child:
9:38d287593320
--- a/LCD.h	Mon May 23 07:52:12 2016 +0000
+++ b/LCD.h	Mon May 23 10:07:14 2016 +0000
@@ -11,4 +11,5 @@
 #include "TextLCD.h"
 
 /* Prototypen */
-void vLCDSet(word wWinkelX, word wWinkelY);
\ No newline at end of file
+void vLCDSet(word wWinkelX, word wWinkelY);
+void vLCDSetDebug(word fX, word fY, word fZ);
\ No newline at end of file