Programm zur Darstellung der Lage eines Objektes im Raum mit Hilfe eines Beschleunigungssensores, 4 LED's und einem LCD-Display.
Diff: LCD.cpp
- Revision:
- 16:9b20d24aae18
- Parent:
- 15:462c8c89fe35
- Child:
- 17:0b9e7a05b203
--- a/LCD.cpp Sun Jul 03 12:00:47 2016 +0000 +++ b/LCD.cpp Sun Jul 03 14:02:47 2016 +0000 @@ -24,7 +24,7 @@ * return Parameter: keine *************************************************************************************/ -void vLCDSet(signed short int wWinkelX, signed short int wWinkelY, byte bStateLCD){ +void vLCDSet(int16 wWinkelX, int16 wWinkelY, byte bStateLCD){ /* Bildschirm bereinigen*/ olcd.cls(); @@ -61,7 +61,7 @@ * return Parameter: keine *************************************************************************************/ -void vLCDDebug(signed short int wWinkelX, signed short int wWinkelY, signed short int wWinkelZ){ +void vLCDDebug(int16 wWinkelX, int16 wWinkelY, int16 wWinkelZ){ /* Bildschirm bereinigen */ olcd.cls();