created separate function for hex to char

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of SS_SensePOC2P0_11Dec2017_USERPID by rashmi v

Committer:
rashmivenkataramaiah
Date:
Mon Sep 11 13:09:29 2017 +0000
Revision:
43:85a7f399cb9d
Parent:
22:ffa88619551d
Child:
61:ce5ad0838227
PID tracking with get and inc file pid and bt pid

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nikitateggi 1:8316c23ec6b9 1
nikitateggi 1:8316c23ec6b9 2
nikitateggi 1:8316c23ec6b9 3 #ifndef ECG_DEC_H_
nikitateggi 1:8316c23ec6b9 4 #define ECG_DEC_H_
nikitateggi 1:8316c23ec6b9 5
rashmivenkataramaiah 43:85a7f399cb9d 6 uint16_t ecg(uint32_t pid);
nikitateggi 1:8316c23ec6b9 7 #endif