Modifications in 4DGL library. Added CDU_hw_sw.h for version info. Added pins.h for hardware pin remapping

Dependencies:   4DGL-UC MODSERIAL mbed mbos

Fork of CDU_Mbed_30 by Engravity-CDU

CDU_hw_sw.h

Committer:
WillemBraat
Date:
2014-10-10
Revision:
21:f348e6f0f7d4
Parent:
20:150afde94910

File content as of revision 21:f348e6f0f7d4:

//**********Hardware platform definition**********
#define HW_VERSION_MAJOR 1
#define HW_VERSION_MINOR 0

//**********Software Version**********
#define SW_VERSION_MAJOR 0
#define SW_VERSION_MINOR 35

//**********Checksum control on incoming commands**********
#define CHECKSUM 0  //0=disable 1= enable