![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Diff: ecgg.cpp
- Revision:
- 17:22a87e12fb3a
- Parent:
- 15:208b146151ba
- Child:
- 19:1650bbc923cc
--- a/ecgg.cpp Tue Jun 06 11:14:03 2017 +0000 +++ b/ecgg.cpp Fri Jun 09 08:45:30 2017 +0000 @@ -103,7 +103,7 @@ // int32_t sample_sum; // static int32_t avg[1500]; int32_t count = 0; int32_t fs = 500; - uint32_t ecg_buf[N_ECG]; + uint32_t ecg_buf[N_ECG]; // Moved out of func() Nidhin 9/6/17 Timer t; //------------------ Declaration for Peak value detection ------------------------------------