syntax = "proto3"; package synapse_pb; import "synapse_pb/timestamp.proto"; message Pwm { Timestamp timestamp = 1; repeated uint32 channel = 2; }