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

Committer:
WillemBraat
Date:
Thu Aug 28 12:01:12 2014 +0000
Revision:
18:fd672797458c
Child:
20:150afde94910
Modified 4DGL lib. Lowercase is converted to  uppercase.
; All pin definitions of hardware are now in pins.h
; Software/Hardware info in CDU_hw_sh.H
; Binary is stamped with Hardware Version, Firmware Version and compile (UTC) time date stamp.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WillemBraat 18:fd672797458c 1 //**********Hardware platform definition**********
WillemBraat 18:fd672797458c 2 #define HW_VERSION_MAIN 1
WillemBraat 18:fd672797458c 3 #define HW_VERSION_SUB 0
WillemBraat 18:fd672797458c 4
WillemBraat 18:fd672797458c 5 //**********Software Version**********
WillemBraat 18:fd672797458c 6 #define SW_VERSION_MAIN 0
WillemBraat 18:fd672797458c 7 #define SW_VERSION_SUB 35