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.47 $ 8 // Date: $Date: 2023/07/19 08:12:41 $ 9 // 10 // Revision history: 11 // 2023/03/07 Release for DPA 4.30 12 // 2022/02/24 Release for DPA 4.17 13 // 2021/08/20 Release for DPA 4.16 14 // 2020/01/02 Release for DPA 4.11 15 // 2017/11/16 Release for DPA 3.02 16 // 2017/08/14 Release for DPA 3.01 17 // 18 // ********************************************************************* 19 20 // MCR-BuildStdHandler 21 #message '+CC5X -bu' 22 23 #define _HWPID_ HWPID_IQRF_TECH__DEMO_DDC_SE01_RE01 24 #define _HWPIDver_ 0x0002 25 26 // If defined then the handler is compiled for Dallas otherwise for MCP9802 27 //#define DALLASnotMCP 28 29 #include "DDC-SE+RE-CORE.c" 30 31 #if !defined( TR7xD ) 32 #error Intended for TRxD family only 33 #endif 34 35 //############################################################################################