nrf8001: added new BLE module with broadcasting example

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-12 23:40:47 +00:00
parent ad87704c19
commit 044037b892
29 changed files with 6001 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_nrf8001
%include "../upm.i"
%{
#include "nrf8001.h"
%}
%include "nrf8001.h"