Protobuf prototype
This commit is contained in:
parent
e277a83c5f
commit
9b567b8c6c
119 changed files with 8599 additions and 0 deletions
10
server/include/Spi.hpp
Normal file
10
server/include/Spi.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef COMPLIB_SERVER_SPI_HPP
|
||||
#define COMPLIB_SERVER_SPI_HPP
|
||||
|
||||
|
||||
class Spi {
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //COMPLIB_SERVER_SPI_HPP
|
Reference in a new issue