Hi, in the example code for Cubecell is use the Radio.IrqProcess( ) function. I understand that when a message is received from the LoRa module an interrupt is generated and it is handled by this function. How can i change the action inside the function form my project purpose? Can you provide a sketch well explained on this function’s usage?
Thanks
Radio.IrqProcess( ) usage
It is recommended to set the flag in this interrupt. Then add your own processing functions elsewhere.