micropython/stmhal/pybwlan.h
Damien George 4ae52d454c stmhal: Reinstate CC3000 driver from old stm/ port.
It's not enabled by default because it doesn't fully work.  It can
connect to an AP, get an IP address and do a host-lookup, but not yet do
send or recv on a socket.
2014-04-30 20:47:50 +01:00

3 lines
53 B
C

void pyb_wlan_init(void);
void pyb_wlan_start(void);