Changes done in ECG and BT

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of merged_code2_20sept_2017_4th_oct_2017 by nikita teggi

Committer:
nikitateggi
Date:
Sat Jun 24 10:24:32 2017 +0000
Revision:
24:d992ee8369f4
Parent:
22:ffa88619551d
Child:
43:85a7f399cb9d
poc with battery monitoring(commented),; updated pid and bufferless heart rate

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
nikitateggi 22:ffa88619551d 6 uint16_t ecg(int32_t pid);
nikitateggi 1:8316c23ec6b9 7 #endif