1 // *********************************************************************
    2 //   Custom DPA Handler code example - DDC-RE-01                       *
    3 // *********************************************************************
    4 // Copyright (c) IQRF Tech s.r.o.
    5 //
    6 // File:    $RCSfile: CustomDpaHandler-DDC-RE01.c,v $
    7 // Version: $Revision: 1.5 $
    8 // Date:    $Date: 2017/08/09 12:24:47 $
    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 http://www.iqrf.org/DpaTechGuide/
   17 
   18 #define   DDC_RE_01
   19 
   20 #include "CustomDpaHandler-DDC-Core.c"
   21 
   22 //############################################################################################