diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-18 15:08:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-18 15:08:20 +0200 |
commit | cddfbb715d6f4f9d022d383ab8737b6af57a1d6f (patch) | |
tree | d05b08c75f30949c8dfcd8caf6973e6b9cb352ec /proto/puzbusv1.proto | |
parent | 573643a1d3220830de47c810cb1a6be629ce7abd (diff) |
cmake build config for mpack
Diffstat (limited to 'proto/puzbusv1.proto')
-rw-r--r-- | proto/puzbusv1.proto | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/proto/puzbusv1.proto b/proto/puzbusv1.proto deleted file mode 100644 index 6b4fa52..0000000 --- a/proto/puzbusv1.proto +++ /dev/null @@ -1,12 +0,0 @@ -syntax = "proto2"; - -package puzbus; - -message I2CMsg { - // 32-bit is the smallest integer format supported by protobuf, even though - // we only need 7-10 bits for the I2C address. - required uint32 address = 1; - - optional bytes data = 2; -} - |