fork test

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_CLI by Delta

Committer:
gillwei7
Date:
Fri Sep 11 07:29:31 2015 +0000
Revision:
0:5c195ab2f696
Child:
3:38ec8ad317f4
Gill first commit 20150911 for NNN40_CLI Version 0; Merge mbed library to offline Keil Wifi/BLE CLI program

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gillwei7 0:5c195ab2f696 1 /*
gillwei7 0:5c195ab2f696 2 * ble-cli.h
gillwei7 0:5c195ab2f696 3 * Copyright 2014 by Delta Corporation. All rights reserved.
gillwei7 0:5c195ab2f696 4 */
gillwei7 0:5c195ab2f696 5 #ifdef __cplusplus
gillwei7 0:5c195ab2f696 6 extern "C" {
gillwei7 0:5c195ab2f696 7 #endif
gillwei7 0:5c195ab2f696 8 #include "command-interpreter.h"
gillwei7 0:5c195ab2f696 9 #include "ble.h"
gillwei7 0:5c195ab2f696 10
gillwei7 0:5c195ab2f696 11 void ble_on_ble_evt(ble_evt_t * p_ble_evt);
gillwei7 0:5c195ab2f696 12 extern CyntecCommandEntry bleCommandSets[];
gillwei7 0:5c195ab2f696 13 extern void cyntecCLIAppInit(void);
gillwei7 0:5c195ab2f696 14
gillwei7 0:5c195ab2f696 15 #ifdef __cplusplus
gillwei7 0:5c195ab2f696 16 }
gillwei7 0:5c195ab2f696 17 #endif
gillwei7 0:5c195ab2f696 18
gillwei7 0:5c195ab2f696 19
gillwei7 0:5c195ab2f696 20