Hi, I am trying to write code to run the nRF8001 chip from a PIC microcontroller. I've been messing around with nRFgo Studio for generating the setup data, and I've noticed that the services.h file has the following line:
#include "aci.h"
I am unable to find this file. Additionally, when I look at services.c, I notice:
#include "lib_aci.h"
Which again does not seem to exist. It seems that neither of these files can be used without the #included files. Where/how can I find them?
EDIT: Additionally, the PIC micro I'm using is 16 bit. Will this cause any issues?