mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
hm11: Initial implementation
This module implements support for the Grove BLE (Bluetooth Low Energy) device. It is implemented as a UART device accepting an "AT" command set. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
4ca399845f
commit
d776edbab2
12
src/hm11/jsupm_hm11.i
Normal file
12
src/hm11/jsupm_hm11.i
Normal file
@ -0,0 +1,12 @@
|
||||
%module jsupm_hm11
|
||||
%include "../upm.i"
|
||||
%include "carrays.i"
|
||||
|
||||
%{
|
||||
#include "hm11.h"
|
||||
speed_t int_B9600 = B9600;
|
||||
%}
|
||||
|
||||
%include "hm11.h"
|
||||
speed_t int_B9600 = B9600;
|
||||
%array_class(char, charArray);
|
Reference in New Issue
Block a user