diff options
| author | Damien | 2013-12-05 20:38:23 +0000 |
|---|---|---|
| committer | Damien | 2013-12-05 20:38:23 +0000 |
| commit | 065f8a5e0e513e687511ee9689052e528cbe3100 (patch) | |
| tree | 2f13a304a1b58b6ab21fd97285fd30cb8c6997f3 /stm/pybwlan.h | |
| parent | 8fe8413b5650d46bf9a81d2d26a4e4f9fdddaea8 (diff) | |
stm: initial commit of working CC3000 driver, based on Adafruit.
Diffstat (limited to 'stm/pybwlan.h')
| -rw-r--r-- | stm/pybwlan.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
