Subversion Repositories HomeAutomation

Rev

Rev 854 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 854 Rev 863
Line 1... Line 1...
1
#ifndef SNS_FOST02_PROTOCOL
1
#ifndef SNS_FOST02_PROTOCOL
2
#define SNS_FOST02_PROTOCOL
2
#define SNS_FOST02_PROTOCOL
-
 
3
#include <drivers/can/modules/PhysicalQuantityCMD.h>
-
 
4
#include <drivers/can/modules/GlobalCMD.h>
-
 
5
/*
-
 
6
 *      This file contains commands used for only for this module
-
 
7
 *      How the Data-part of a frame with a sertain command is formed shall be documented on the project wiki
-
 
8
 *      Only Id:s with numbers between 128 and 191 is allowed
-
 
9
 */
-
 
10
//#define CAN_CMD_MODULE_SPECIFIC_PWM   0x128
-
 
11
 
-
 
12
 
3
 
13
 
4
#define CAN_CMD_MODULE_SNS_TEMPERATURE_CELSIUS  0x04
-
 
5
#define CAN_CMD_MODULE_SNS_HUMIDITY_PERCENT 0x05
-
 
6
 
14
 
7
#endif // SNS_FOST02_PROTOCOL
15
#endif // SNS_FOST02_PROTOCOL