You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 regels
326 B

  1. #ifndef WINC1500_MAIN_H
  2. #define WINC1500_MAIN_H
  3. //#include "atmel_start.h"
  4. #include "driver/include/m2m_wifi.h"
  5. //#define CONF_WINC_PIN_CHIP_SELECT WINC_PIN_CHIP_SELECT
  6. //#define CONF_WINC_PIN_CHIP_ENABLE WINC_PIN_CHIP_ENABLE
  7. //#define CONF_WINC_PIN_RESET WINC_PIN_RESET
  8. void wifi_init(tstrWifiInitParam *params);
  9. #endif