mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: precise
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e3602b52fc
commit
815e361d75
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ message MeasurementSet {
|
||||||
}
|
}
|
||||||
enum Type { /// types of measurement samples we can take. minor changes to SI units to encode efficiently
|
enum Type { /// types of measurement samples we can take. minor changes to SI units to encode efficiently
|
||||||
UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default
|
UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default
|
||||||
TimeMS = 1; /// more percise time, in milliseconds
|
TimeMS = 1; /// more precise time, in milliseconds
|
||||||
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
|
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
|
||||||
Steps = 3; /// Accumulated steps. Unitless
|
Steps = 3; /// Accumulated steps. Unitless
|
||||||
DistanceCM = 4; /// Distance traveled. In centimeters
|
DistanceCM = 4; /// Distance traveled. In centimeters
|
||||||
|
|
Loading…
Add table
Reference in a new issue