polar-prost 0.1.0

Protobuf bindings to interact with Polar watches
Documentation
syntax = "proto2";
package data;

import "types.proto";

message PbGPSAlmanacInfo {
	required types.PbSystemDateTime end_time = 1 ;
}