replaced last sent command with

getPendingCommand()
This commit is contained in:
2020-12-22 00:36:39 +01:00
parent de0f8f5c41
commit e817a38f92
2 changed files with 1 additions and 12 deletions

View File

@ -137,13 +137,6 @@ private:
uint8_t statusRegister = 0;
/**
* As this is a SPI Device, we get the Answer of the last sent command in
* the next read cycle, so we could check the command for identification.
*/
DeviceCommandId_t lastSentCommand = DeviceHandlerIF::NO_COMMAND;
/**
* We always update all registers together, so this method updates
* the rawpacket and rawpacketLen, so we just manipulate the local