From 4191a21b736a1675a17688820fc9c16d486183b8 Mon Sep 17 00:00:00 2001
From: andYgnite <138695611+andYgnite@users.noreply.github.com>
Date: Tue, 9 Jan 2024 08:58:31 +0100
Subject: [PATCH] Update README.md
Add Pacer and Pacer pro watches description.
Remove brackets from Verity Sense description
---
README.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 7a2f9afa..33c75439 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ Optical heart rate sensor is a rechargeable device that measures user’s heart
* Accelerometer data with sample rate of 52Hz and range of 8G. Axis specific acceleration data in mG.
* Gyroscope data with sample rate of 52Hz and ranges of 250dps, 500dps, 1000dps and 2000dps. Axis specific gyroscope data in dps.
* Magnetometer data with sample rates of 10Hz, 20Hz, 50HZ and 100Hz and range of +/-50 Gauss. Axis specific magnetometer data in Gauss.
-* [SDK mode](documentation/SdkModeExplained.md) (from version 1.1.5 onwards)
-* [Offline recording](documentation/OfflineRecordingExplained.md) (from version 2.1.0 onwards)
+* [SDK mode](documentation/SdkModeExplained.md) from version 1.1.5 onwards.
+* [Offline recording](documentation/OfflineRecordingExplained.md) from version 2.1.0 onwards.
### OH1 Optical heart rate sensor
Optical heart rate sensor is a rechargeable device that measures user’s heart rate with LED technology.
@@ -77,12 +77,24 @@ Fitness and wellness watch.
Fitness and wellness watch.
[Store page](https://www.polar.com/en/vantage/v3)
-### Polar Vantage V3 features available by the SDK
+#### Polar Vantage V3 features available by the SDK
* Heart rate as beats per minute.
* Heart rate broadcast.
* PP interval (milliseconds) representing cardiac pulse-to-pulse interval extracted from PPG signal.
* Accelerometer data with sample rate of 50 Hz and range of 8 G. Axis specific acceleration data in mG.
+### Pacer and Pacer Pro watches
+Fitness and wellness watch.
+Pacer: [Store page](https://www.polar.com/en/pacer)
+Pacer Pro: [Store page](https://www.polar.com/en/pacer-pro)
+
+#### Polar Pacer and Pacer Pro features available by the SDK
+* Heart rate as beats per minute.
+* Heart rate broadcast.
+* PP interval (milliseconds) representing cardiac pulse-to-pulse interval extracted from PPG signal.
+* Accelerometer data with sample rate of 50 Hz and range of 8 G. Axis specific acceleration data in mG.
+* [SDK mode](documentation/SdkModeExplained.md) from version 2.0 onwards.
+
## Project structure
* [polar-sdk-ios](polar-sdk-ios/) contains source documentation for the iOS SDK source
* [polar-sdk-android](polar-sdk-android/) contains source documentation for the Android SDK source