Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API

Dependents:   microbit-dal microbit-dal microbit-ble-open microbit-dal ... more

Fork of BLE_API by Bluetooth Low Energy

Revision:
980:07ce7d9ed5ff
Parent:
979:afca129bf85f
Child:
981:8b22f039bfce
--- a/doxygen/Makefile	Thu Nov 26 12:52:36 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# Makefile used to generate the API documentation using Doxygen
-
-.PHONY: apidoc apidoc_clean
-
-all: apidoc
-
-apidoc:
-	mkdir -p apidoc
-	doxygen ble.doxyfile
-
-apidoc_clean:
-	rm -rf apidoc
\ No newline at end of file