HomeAut
raspberrypi.h
1 /*******************************************************************************
2  * Purpose:
3  ******************************************************************************/
4 
5 #ifndef RASPBERRYPI_H_
6 #define RASPBERRYPI_H_
7 
8 
9 /*------------------------------------------------------------------------------
10  * Includes
11  *----------------------------------------------------------------------------*/
12 
13 //#include "include.h"
14 //#include "homeautmessage.h" // TODO: delete
15 
16 /*------------------------------------------------------------------------------
17  * Macros & definitions
18  *----------------------------------------------------------------------------*/
19 
20 
21 
22 /*------------------------------------------------------------------------------
23  * Type definitions
24  *----------------------------------------------------------------------------*/
25 
26 
27 /*------------------------------------------------------------------------------
28  * Global variables
29  *----------------------------------------------------------------------------*/
30 
31 
32 
33 /*------------------------------------------------------------------------------
34  * Global function declarations
35  *----------------------------------------------------------------------------*/
36 
37 // TODO: Feloldani a HomeAut_FunctionType, HomeAut_DataType hibát
38 //void RASPBERRYPI_SendMessage(uint8_t myAddress,
39 // HomeAut_FunctionType functionType, HomeAut_DataType dataType , float data);
40 void RASPBERRYPI_SendMessage(uint8_t myAddress, uint8_t functionType, uint8_t dataType, float data);
41 
42 
43 
44 #endif /* RASPBERRYPI_H_ */