
Programm zur Darstellung der Lage eines Objektes im Raum mit Hilfe eines Beschleunigungssensores, 4 LED's und einem LCD-Display.
Diff: LCD.h
- Revision:
- 14:2543a798b4a1
- Parent:
- 11:5861bc23022a
- Child:
- 15:462c8c89fe35
--- a/LCD.h Thu Jun 30 13:55:56 2016 +0000 +++ b/LCD.h Thu Jun 30 18:56:35 2016 +0000 @@ -12,4 +12,5 @@ /* Prototypen */ void vLCDSet(signed short int wWinkelX, signed short int wWinkelY); -void vLCDDebug(signed short int wWinkelX, signed short int wWinkelY, signed short int wWinkelZ); \ No newline at end of file +void vLCDDebug(signed short int wWinkelX, signed short int wWinkelY, signed short int wWinkelZ); +void initLCD(); \ No newline at end of file