Is there a document or location that shows all the available system / platform .h files?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

I found that I needed to the following system .h files when I created an new .c file

#include "wiced_hal_gpio.h"               // to read and write gpio with the GPIO APIs

#include "wiced_hal_pspi.h"               // to use the SPI APIs

#include "wiced_rtos.h"                      // for the RTOS Delay function

#include "wiced_bt_trace.h"               // for the debug UART

That made me wonder what I am missing.  Is there a document or location that has all the system .h files and explains there use and / or requirements?

Thanks,

Mike Roberts

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

No Mike, there is no other document which has all .h files listed. You will have to check for the files in WICED SDK or Modus Toolbox itself.

View solution in original post

0 Likes
5 Replies