
Programm zur Darstellung der Lage eines Objektes im Raum mit Hilfe eines Beschleunigungssensores, 4 LED's und einem LCD-Display.
LCD.h
- Committer:
- Schreeker
- Date:
- 2016-06-05
- Revision:
- 9:38d287593320
- Parent:
- 2:cf8b98404b66
- Child:
- 11:5861bc23022a
File content as of revision 9:38d287593320:
/********************************************************************************** * File name: LCD.h * Zweck: Beinhaltet alle Funktionsprototypen zur Ausgabe von Informationen auf dem LCD-Display, sowie Funktionen zum Debuggen des Projektes * Author: Simon Rutzen, Nils Kemmer * Changes: keine ***********************************************************************************/ /* Includes */ #include "cdef.h" #include "TextLCD.h" /* Prototypen */ void vLCDSet(signed short int wWinkelX, signed short int wWinkelY); void vLCDSetDebug(word fX, word fY, word fZ);