1 // ********************************************************************* 2 // Custom DPA Handler code example - DDC-SE-01 and DDC-RE-01 * 3 // ********************************************************************* 4 // Copyright (c) MICRORISC s.r.o. 5 // 6 // File: $RCSfile: CustomDpaHandler-DDC-SE01_RE01.c,v $ 7 // Version: $Revision: 1.14 $ 8 // Date: $Date: 2022/02/25 09:41:25 $ 9 // 10 // Revision history: 11 // 2022/02/24 Release for DPA 4.17 12 // 2017/03/13 Release for DPA 3.00 13 // 2016/12/22 Release for DPA 2.28 14 // 15 // ********************************************************************* 16 17 // Online DPA documentation https://doc.iqrf.org/DpaTechGuide/ 18 19 #define DDC_SE_01 20 #define DDC_RE_01 21 22 // For more info see: 23 #include "CustomDpaHandler-DDC-Core.c" 24 25 //############################################################################################