Dependencies:   TextLCD mbed

LCD.h

Committer:
Schreeker
Date:
2016-07-03
Revision:
15:462c8c89fe35
Parent:
14:2543a798b4a1
Child:
16:9b20d24aae18

File content as of revision 15:462c8c89fe35:

/********************************************************************************** 
* 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, byte bStateLCD);
void vLCDDebug(signed short int wWinkelX, signed short int wWinkelY, signed short int wWinkelZ);
void initLCD();