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

Dependencies:   TextLCD mbed

Revision:
9:38d287593320
Parent:
2:cf8b98404b66
Child:
11:5861bc23022a
--- a/LCD.h	Tue May 31 19:34:49 2016 +0000
+++ b/LCD.h	Sun Jun 05 13:18:17 2016 +0000
@@ -11,5 +11,5 @@
 #include "TextLCD.h"
 
 /* Prototypen */
-void vLCDSet(word wWinkelX, word wWinkelY);
+void vLCDSet(signed short int wWinkelX, signed short int wWinkelY);
 void vLCDSetDebug(word fX, word fY, word fZ);
\ No newline at end of file