1 // **********************************************************************************************
    2 //   Custom DPA Handler code example - Standard Sensors + Binary output - DDC-SE-01 + DDC-RE-01 *
    3 // **********************************************************************************************
    4 // Copyright (c) MICRORISC s.r.o.
    5 //
    6 // File:    $RCSfile: 0402_DDC-SE+RE.c,v $
    7 // Version: $Revision: 1.46 $
    8 // Date:    $Date: 2022/06/24 12:20:49 $
    9 //
   10 // Revision history:
   11 //   2022/02/24  Release for DPA 4.17
   12 //   2021/08/20  Release for DPA 4.16
   13 //   2020/01/02  Release for DPA 4.11
   14 //   2017/11/16  Release for DPA 3.02
   15 //   2017/08/14  Release for DPA 3.01
   16 //
   17 // *********************************************************************
   18 
   19 // MCR-BuildStdHandler
   20 #message '+CC5X -bu'
   21 
   22 #define _HWPID_     HWPID_IQRF_TECH__DEMO_DDC_SE01_RE01
   23 #define _HWPIDver_  0x0002
   24 
   25 // If defined then the handler is compiled for Dallas otherwise for MCP9802
   26 //#define   DALLASnotMCP
   27 
   28 #include "DDC-SE+RE-CORE.c"
   29 
   30 #if !defined( TR7xD )
   31 #error Intended for TRxD family only
   32 #endif
   33 
   34 //############################################################################################