updated comment

This commit is contained in:
Robin Müller 2020-12-10 17:18:46 +01:00
parent 46596f9397
commit 7986584d17

View File

@ -746,6 +746,7 @@ protected:
/** /**
* Helper function to get pending command. This is useful for devices * Helper function to get pending command. This is useful for devices
* like SPI sensors to identify the last sent command. * like SPI sensors to identify the last sent command.
* This only returns the command sent in the last SEND_WRITE cycle.
* @return * @return
*/ */
DeviceCommandId_t getPendingCommand() const; DeviceCommandId_t getPendingCommand() const;