created separate function for hex to char

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of SS_SensePOC2P0_11Dec2017_USERPID by rashmi v

ecg_dec.h

Committer:
nikitateggi
Date:
2017-06-23
Revision:
22:ffa88619551d
Parent:
13:5d3b478ea9c7
Child:
43:85a7f399cb9d

File content as of revision 22:ffa88619551d:



#ifndef ECG_DEC_H_
#define ECG_DEC_H_

uint16_t ecg(int32_t pid);
#endif