Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

New function for library

$
0
0

I want to add a function to return the number of bytes in the RX buffer of the A110x2500Radio library file. I added the function to A110x2500Radio.cpp and definition to A110x2500Radio.h. But I get an error when I compile it into the application. Is there another step I am missing? I will want to create some other functions built on the library.

 

WiFiXivelyClient.cpp.o: In function `loop':
WiFiXivelyClient.cpp:(.text.loop+0x42): undefined reference to `A110x2500Radio::getNumBytes()'
collect2.exe: error: ld returned 1 exit status

 

 

thanks,

Bill

 


Viewing all articles
Browse latest Browse all 2077

Trending Articles