High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

doxygen/Makefile

Committer:
rgrover1
Date:
2015-11-26
Revision:
971:acf895ac7ae4

File content as of revision 971:acf895ac7ae4:

# 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