SPI update, Version bump #22

Merged
meierj merged 52 commits from mueller/spi-com-if-tested into develop 2021-03-04 18:23:43 +01:00
Showing only changes of commit 46495dd123 - Show all commits

View File

@ -54,19 +54,7 @@ private:
SpiDeviceMap spiDeviceMap;
// /**
// * @brief This function opens an SPI device and binds the opened file
// * to a specific SPI address.
// * @param deviceFile The name of the device file. E.g. spi-0
// * @param i2cAddress The address of the SPI slave device.
// * @param fileDescriptor Pointer to device descriptor.
// * @return RETURN_OK if successful, otherwise RETURN_FAILED.
// */
// ReturnValue_t openDevice(std::string deviceFile, int* fileDescriptor, bool nonBlocking = false);
ReturnValue_t getReadBuffer(address_t spiAddress, uint8_t** buffer);
};
#endif /* LINUX_SPI_SPICOMIF_H_ */