hi,
I try to make a proyect that sends a simply character, but i have problems with SimpliciTI.
Here is the include that i use:
#include "bsp.h"
#include "mrfi.h"
#include "bsp_leds.h"
#include "bsp_buttons.h"
#include "nwk_types.h"
#include "nwk_api.h"
#include "nwk_frame.h"
#include "nwk.h"
and in the c/c++ compiler i added all the directory that i need to use.
But when i use instruction like SMPL_Send, the compiler tells me that is not define. In the Linker/extra option i put the path to the nwk_api.c and i have the error "unable to open file.."
Someone know how to configure the SimpliciTi?
Thanks anyway.
Gaston.