Protobuf prototype

This commit is contained in:
Konstantin Lampalzer 2022-03-18 18:11:16 +01:00
parent e277a83c5f
commit 9b567b8c6c
119 changed files with 8599 additions and 0 deletions

10
server/include/Spi.hpp Normal file
View file

@ -0,0 +1,10 @@
#ifndef COMPLIB_SERVER_SPI_HPP
#define COMPLIB_SERVER_SPI_HPP
class Spi {
};
#endif //COMPLIB_SERVER_SPI_HPP