Skip to content

Commit

Permalink
readme updated, information of H10 timestamps added
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkki Silvola committed Jul 2, 2019
1 parent cfb2c43 commit c03e8cf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Most accurate Heart rate sensor in the markets. The H10 is used in the Getting s
#### H10 heart rate sensor available data types
* From version 3.0.35 onwards. Available later.
* Heart rate as beats per minute. RR Interval in ms and 1/1024 format.
* Electrocardiography (ECG) data in µV.
* Accelerometer data with samplerates of 25Hz, 50Hz, 100Hz and 200Hz and range of 2G, 4G and 8G. Axis specific acceleration data in mG.
* Electrocardiography (ECG) data in µV. Default epoch for timestamp is 1.1.2000
* Accelerometer data with samplerates of 25Hz, 50Hz, 100Hz and 200Hz and range of 2G, 4G and 8G. Axis specific acceleration data in mG. Default epoch for timestamp is 1.1.2000
* Start and stop of internal recording and request for internal recording status. Recording supports RR, HR with one second sampletime or HR with five second sampletime.
* List, read and remove for stored internal recording (sensor supports only one recording at the time).

Expand Down
17 changes: 17 additions & 0 deletions examples/example-ios/polarBleSdkTestApp/TestClass.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// TestClass.h
// polarBleSdkTestApp
//
// Created by Silvola Erkki on 24/06/2019.
// Copyright © 2019 Polar. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface TestClass : NSObject

@end

NS_ASSUME_NONNULL_END
13 changes: 13 additions & 0 deletions examples/example-ios/polarBleSdkTestApp/TestClass.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// TestClass.m
// polarBleSdkTestApp
//
// Created by Silvola Erkki on 24/06/2019.
// Copyright © 2019 Polar. All rights reserved.
//

#import "TestClass.h"

@implementation TestClass

@end

0 comments on commit c03e8cf

Please sign in to comment.