Demo Heart Rate with PAH8011
Dependencies: pixart_heart_rate pixart_pah8011
Dependents: PAH8011_nRF52_Program PixArt_PAH8011_HeartRate_NUCLEO-L476RG PixArt_PAH8011_HR_NUCLEO-L476RG
Revision 3:e03a9fcf825c, committed 2017-10-30
- Comitter:
- bell_huang
- Date:
- Mon Oct 30 06:18:21 2017 +0000
- Parent:
- 2:b3716992c4cb
- Child:
- 4:7ce94c24c652
- Commit message:
- fix something
Changed in this revision
| pixart_heart_rate_demo.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/pixart_heart_rate_demo.cpp Mon Oct 30 06:14:41 2017 +0000
+++ b/pixart_heart_rate_demo.cpp Mon Oct 30 06:18:21 2017 +0000
@@ -102,7 +102,7 @@
pc->printf("no touch\n");
break;
- case pixart::heart_rate::ret_no_touch:
+ case pixart::heart_rate::ret_signal_poor:
pc->printf("signal is poor\n");
break;