From 065f8a5e0e513e687511ee9689052e528cbe3100 Mon Sep 17 00:00:00 2001 From: Damien Date: Thu, 5 Dec 2013 20:38:23 +0000 Subject: stm: initial commit of working CC3000 driver, based on Adafruit. --- stm/pybwlan.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 stm/pybwlan.h (limited to 'stm/pybwlan.h') diff --git a/stm/pybwlan.h b/stm/pybwlan.h new file mode 100644 index 000000000..861e6a133 --- /dev/null +++ b/stm/pybwlan.h @@ -0,0 +1,2 @@ +void pyb_wlan_init(void); +void pyb_wlan_start(void); -- cgit v1.2.3