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
5
src/hm11/CMakeLists.txt
Normal file
5
src/hm11/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "hm11")
|
||||
set (libdescription "upm grove hm11 bluetooth low energy module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user