Subversion Repositories HomeAutomation

Rev

Rev 833 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. #ifndef SNS_FOST02_PROTOCOL
  2. #define SNS_FOST02_PROTOCOL
  3.  
  4. #define CAN_CMD_MODULE_SNS_TEMPERATURE_CELSIUS  0x04
  5. #define CAN_CMD_MODULE_SNS_HUMIDITY_PERCENT 0x05
  6.  
  7. #endif // SNS_FOST02_PROTOCOL
  8.