class heart_rate
Diff: pixart_heart_rate.h
- Revision:
- 7:95cb4b23a31f
- Parent:
- 4:90dfc6d7461b
diff -r 465efb69bbf1 -r 95cb4b23a31f pixart_heart_rate.h --- a/pixart_heart_rate.h Fri Oct 27 07:55:23 2017 +0000 +++ b/pixart_heart_rate.h Fri Oct 27 08:19:43 2017 +0000 @@ -58,9 +58,9 @@ heart_rate(TIME_TO_MILLISEC_HANDLE time_to_millisec_handler, size_t ppg_max_sample_num = 40, size_t accel_max_sample_num = 100); ~heart_rate(); - bool init(gravity_mode gravity = gravity_4g); + void enable_debug_print(DEBUG_PRINT_HANDLE handler); - void enable_debug_print(DEBUG_PRINT_HANDLE handler); + bool init(gravity_mode gravity = gravity_4g); void reset();