uint8_t I2CTransfer::currentPacketID() Description: ------------ * Returns the ID of the last parsed packet Inputs: ------- * void Return: ------- * uint8_t - ID of the last parsed packet */
| 124 | * uint8_t - ID of the last parsed packet |
| 125 | */ |
| 126 | uint8_t I2CTransfer::currentPacketID() |
| 127 | { |
| 128 | return packet.currentPacketID(); |
| 129 | } |
| 130 | |
| 131 | |
| 132 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected