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: ec_bp.h
- Revision:
- 20:7c64e6ecad76
- Parent:
- 18:20679eaa54d1
- Child:
- 24:d992ee8369f4
--- a/ec_bp.h Fri Jun 09 17:12:21 2017 +0000 +++ b/ec_bp.h Sat Jun 17 09:36:18 2017 +0000 @@ -14,7 +14,7 @@ void doLoop(void) ; void setup(void); void testsetup(void); -void ecgsetup(void); +void ecgsetup(); void regWrite(int,int); void cmdWrite(int); void regRead(int); @@ -92,7 +92,7 @@ //PPG DECLARATION #define MAX_BRIGHTNESS 255 // BP ADD void setupfunc(); - void ecgsetupfunc(); +uint8_t ecgsetupfunc(); int readvalue(); #endif