simple rm3100 test working now

This commit is contained in:
2021-03-06 20:21:23 +01:00
committed by Robin.Mueller
parent f0aca50356
commit 9cdf5f0f67
3 changed files with 77 additions and 21 deletions

View File

@ -28,7 +28,7 @@ private:
std::array<uint8_t, 128> recvBuffer;
std::array<uint8_t, 128> sendBuffer;
struct spi_ioc_transfer spiTransferStruct;
struct spi_ioc_transfer spiTransferStruct = {};
void performRm3100Test(uint8_t mgmId);
void performLis3MdlTest(uint8_t lis3Id);