您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

31 行
615 B

  1. /* Auto-generated config file winc1500_config.h */
  2. #ifndef WINC1500_CONFIG_H
  3. #define WINC1500_CONFIG_H
  4. // <<< Use Configuration Wizard in Context Menu >>>
  5. #include <stdio.h>
  6. // <h> Basic configuration
  7. // <q> Enable Wi-Fi Management
  8. // <i> Enable Wi-Fi Management
  9. // <id> wifi_mgmt_enable
  10. #ifndef CONF_MGMT
  11. #define CONF_MGMT 0
  12. #endif
  13. #ifndef CONF_WINC_USE_SPI
  14. #define CONF_WINC_USE_SPI 1
  15. #endif
  16. #ifndef CONF_PERIPH
  17. #define CONF_PERIPH 1
  18. #endif
  19. #define CONF_WINC_DEBUG (0)
  20. #define CONF_WINC_PRINTF printf
  21. #define NM_EDGE_INTERRUPT (1)
  22. // </h>
  23. // <<< end of configuration section >>>
  24. #endif // WINC1500_CONFIG_H