Skip to content

Commit

Permalink
Correct units
Browse files Browse the repository at this point in the history
  • Loading branch information
danjjl committed Apr 29, 2024
1 parent 7493440 commit 3cc1e13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specifications/passive/ticwatch-1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ data:
- type: ACCELEROMETER
sample_rate:
dynamic: true
unit: g
unit: G
processing_state: RAW
topic: android_esl_ticwatch_acceleration
value_schema: .passive.ticwatch.TicwatchAcceleration
- type: GYROSCOPE
sample_rate:
dynamic: true
unit: rad/s
unit: RADAIAN_PER_SEC
processing_state: RAW
topic: android_esl_ticwatch_gyroscope
value_schema: .passive.ticwatch.TicwatchGyroscope
Expand All @@ -28,6 +28,7 @@ data:
- type: PPG
sample_rate:
dynamic: true
unit: UNKNOWN
processing_state: RAW
topic: android_esl_ticwatch_ppg
value_schema: .passive.ticwatch.TicwatchPpg
Expand Down

0 comments on commit 3cc1e13

Please sign in to comment.