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

Dependencies:   TextLCD mbed

Revision:
16:9b20d24aae18
Parent:
15:462c8c89fe35
Child:
20:094cdb790dcb
--- a/LCD.h	Sun Jul 03 12:00:47 2016 +0000
+++ b/LCD.h	Sun Jul 03 14:02:47 2016 +0000
@@ -6,11 +6,14 @@
 * Changes:      keine
 ***********************************************************************************/
 
+#ifndef LCD_H
 /* Includes */
 #include "cdef.h"
 #include "TextLCD.h"
 
 /* Prototypen */
-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
+void vLCDSet(int16 wWinkelX, int16 wWinkelY, byte bStateLCD);
+void vLCDDebug(int16 wWinkelX, int16 wWinkelY, int16 wWinkelZ);
+void initLCD();
+
+#endif
\ No newline at end of file