Project

General

Profile

Revision 688c8ab5

ID688c8ab5395684e0bf80c444734643d43cdfd8f9
Parent b18aae1d
Child ca430a12

Added by gustavobica over 7 years ago

-Display, setDisplay (untested)

View differences:

tpf/display.h
6 6
#include <stdio.h>
7 7

  
8 8
/**
9
*	\brief Mostra no display a string recebida como argumento
9
*	\brief Displays the values received, in this case, the time,power and if needed a message 
10 10
*	
11
*	\param toDisplay String a ser mostrada no display
11
*	\param send a time as a pse_time_t, a uint8_t power and a message. If there is no need for a message, send a null char[]. The fuction returns 0 if success or !=0 if something failed
12 12
*/
13
uint8_t setDisplay(char toDisplay);
13
uint8_t setDisplay(pse_time_t clock, int uint8_t power,char[] Message);
14 14

  
15 15

  
16 16
/**
17 17
*	\brief Limpa o display
18 18
*
19
 *      \param returns 0 if sucess and !=0 if something failed
19 20
*/
20 21
uint8_t clearDisplay();
21 22

  

Also available in: Unified diff