added spi code for linux

This commit is contained in:
2021-04-01 10:59:23 +02:00
parent 28004f866a
commit 8f3b0eccdb
12 changed files with 766 additions and 0 deletions

10
linux/utility.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef LINUX_UTILITY_UTILITY_H_
#define LINUX_UTILITY_UTILITY_H_
namespace utility {
void handleIoctlError(const char* const customPrintout);
}
#endif /* LINUX_UTILITY_UTILITY_H_ */