An open API service indexing awesome lists of open source software.

https://github.com/joeferner/stm32-cc3000

CC3000 Driver for STM32 Microcontrollers
https://github.com/joeferner/stm32-cc3000

Last synced: over 1 year ago
JSON representation

CC3000 Driver for STM32 Microcontrollers

Awesome Lists containing this project

README

          

To run main.c you first need to create a file called "connection_info.h" with the following:

```
#define WLAN_SSID "apname"
#define WLAN_PASS "appassword"
// Security can be WLAN_SEC_UNSEC, WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2
#define WLAN_SECURITY WLAN_SEC_WPA2
```