![]() |
NetBurner 3.0
|
#include <nbWifiDriver.h>
This structure is used as a WiFi initialization structure for defining pins, IRQ, and type of WiFi module being used with a specific bus type. the GetDriver function pointer must be defined to one of the supported WiFi module option's static driver function. The options are GetNewWicedSPIDriver(), GetNewWicedSerialDriver(), or GetNewWilcDriver(). Default WiFiInit structures are defined using macros for each of the NBWIFI development kit options. If the user is using pin/IRQ settings that differ from the default values, the user must either define their own WifiInit structure in their project or pass in the custom values to the WiFi initialization functions as parameters.