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.7 $ 8 // Date: $Date: 2021/04/26 15:13:50 $ 9 // 10 // Revision history: 11 // 2017/03/13 Release for DPA 3.00 12 // 2016/12/22 Release for DPA 2.28 13 // 14 // ********************************************************************* 15 16 // Online DPA documentation https://doc.iqrf.org/DpaTechGuide/ 17 18 #define DDC_SE_01 19 #define DDC_RE_01 20 21 #include "CustomDpaHandler-DDC-Core.c" 22 23 //############################################################################################