
Programm zur Darstellung der Lage eines Objektes im Raum mit Hilfe eines Beschleunigungssensores, 4 LED's und einem LCD-Display.
Diff: LCD.h
- Revision:
- 9:38d287593320
- Parent:
- 2:cf8b98404b66
- Child:
- 11:5861bc23022a
diff -r 0270c3e374f7 -r 38d287593320 LCD.h --- 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