Partial implementation of BlueGiga's BGAPI for use with the BLE112/3 modules over UART.

Hi there! I recently started using BLE112 modules with the mbed LPC1768 MCU, and I realized there was no implementation of BlueGiga's BGAPI available for mbed. This library implements only a few commands, but if you're looking to get started, this is a good place to look.

This was developed against BGAPI v1.3.2. I make no guarantees as to how well it will work with newer revisions of the software.

Revision:
0:b696d6f71174
Child:
1:3336b2391c80
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BGLib.h	Sun May 17 21:00:34 2015 +0000
@@ -0,0 +1,1 @@
+#include "mbed.h"
\ No newline at end of file