I have a CC3100BOOST board and want porting on the PIC32 platform.
I create user.h file.
CC3100 enable/disable, SPI open/close/read/write porting are done.
How to do event handles?
I enable PIC32 external interrupt and connect to CC3100 IRQ pin.
If CC3100 IRQ pull height. How to deal with PIC32?