
Programm zur Darstellung der Lage eines Objektes im Raum mit Hilfe eines Beschleunigungssensores, 4 LED's und einem LCD-Display.
Diff: LCD.cpp
- Revision:
- 3:740ab0a19e1d
- Parent:
- 2:cf8b98404b66
- Child:
- 4:ed779bcb8ce6
--- a/LCD.cpp Mon May 23 10:07:14 2016 +0000 +++ b/LCD.cpp Mon May 23 12:15:11 2016 +0000 @@ -30,6 +30,7 @@ /* aktuelle Winkel darstellen in ° */ olcd.locate(0,1); olcd.printf("X: %i\337 Y: %i\337",wWinkelX,wWinkelY); // \337 entspricht °-Zeichen + //olcd.printf("X: %i\337 Y: %i\337",0,0); // \337 entspricht °-Zeichen } void vLCDSetDebug(word wX, word wY, word wZ){