I'm create a new module in Library folder but i appear an erorr "undefined reference to `USARTReceiveInterrupt", i thoroughtly checked . Can i help me if you soluted it
USARTReceiveInterrupt() is not a function provided by WICED and appears to be referenced by your library. You must provide the implementation for this function.
What does your library aim to do?
Discussion is being locked. If you have any follow-up questions, please start a new discussion.