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

Dependencies:   TextLCD mbed

Revision:
11:5861bc23022a
Parent:
9:38d287593320
Child:
14:2543a798b4a1
--- a/LCD.h	Sun Jun 05 13:47:54 2016 +0000
+++ b/LCD.h	Tue Jun 28 19:05:15 2016 +0000
@@ -12,4 +12,4 @@
 
 /* Prototypen */
 void vLCDSet(signed short int wWinkelX, signed short int wWinkelY);
-void vLCDSetDebug(word fX, word fY, word fZ);
\ No newline at end of file
+void vLCDDebug(signed short int wWinkelX, signed short int wWinkelY, signed short int wWinkelZ);
\ No newline at end of file