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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ NOTE: The ShimmerClosedLibrary provides
33
33
34
34
User's should note that IBI derived from ECG is more accurate than IBI derived from PPG.
35
35
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
38
+
36
39
# Rev 0.8
37
40
- Updated ECG to HR and PPG to HR algorithms , now both support IBI
38
41
- Updated 3D orientation example making it more user friendly
0 commit comments