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

Dependencies:   TextLCD mbed

Revision:
15:462c8c89fe35
Parent:
14:2543a798b4a1
Child:
16:9b20d24aae18
--- a/LCD.h	Thu Jun 30 18:56:35 2016 +0000
+++ b/LCD.h	Sun Jul 03 12:00:47 2016 +0000
@@ -11,6 +11,6 @@
 #include "TextLCD.h"
 
 /* Prototypen */
-void vLCDSet(signed short int wWinkelX, signed short int wWinkelY);
+void vLCDSet(signed short int wWinkelX, signed short int wWinkelY, byte bStateLCD);
 void vLCDDebug(signed short int wWinkelX, signed short int wWinkelY, signed short int wWinkelZ);
 void initLCD();
\ No newline at end of file