You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ NOTE: The ShimmerClosedLibrary provides
34
34
User's should note that IBI derived from ECG is more accurate than IBI derived from PPG.
35
35
36
36
# Rev 0.9
37
-
- Removed the double representation of the firmware version (FirmwareVersion) as there is no way to represent 0.1 ( where 0 is FirmwareMajor and 1 is FirmwareMinor) and 0.10 ( where 0 is FirmwareMajor and 10 is FirmwareMinor) as a double. FirmwareMajor and FirmwareMinor variables remain. Added two methods compareVersions which allows quick version comparisons
37
+
- Removed the double representation of the firmware version (FirmwareVersion) as there is no way to represent 0.1 (_where 0 is FirmwareMajor and 1 is FirmwareMinor_) and 0.10 (_where 0 is FirmwareMajor and 10 is FirmwareMinor_) as a double. FirmwareMajor and FirmwareMinor variables remain. Added two methods compareVersions which allows quick version comparisons
38
38
39
39
# Rev 0.8
40
40
- Updated ECG to HR and PPG to HR algorithms , now both support IBI
0 commit comments