Update to v1.1.0 #29

Merged
muellerr merged 427 commits from develop into master 2021-04-25 12:43:23 +02: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_ */