STM32 HAL lib... Anyway, I see some functions defined with 7 arguments without default values, and called with 5 args. I'm converting this code to STM32 HAL library... Having difficulties with those function calls, any idea?
Example Situation:
MFRC522::StatusCode MFRC522::PCD_TransceiveData(byte *sendData, byte sendLen, byte *backData, byte *backLen, byte *validBits, byte rxAlign, bool checkCRC)
Defined with 7 argument, and called with 5 args...
status = PCD_TransceiveData(&command, 1, bufferATQA, bufferSize, &validBits);
wrap those functions with default values
i don't know the defaults
Обсуждают сегодня