fork test

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_CLI by Delta

Committer:
gillwei7
Date:
Sat Nov 07 09:02:38 2015 +0000
Revision:
4:b52035367aee
Parent:
3:38ec8ad317f4
Child:
7:33214585c606
20151107_Gill Wei commit_change to BLE API/nRF library API; _known bug : if write longer data than before, Read data need twice.

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 extern CyntecCommandEntry bleCommandSets[];
gillwei7 4:b52035367aee 12 //extern void cyntecCLIAppInit(void);
gillwei7 3:38ec8ad317f4 13 //Serial console(p25,p23);
gillwei7 0:5c195ab2f696 14 #ifdef __cplusplus
gillwei7 0:5c195ab2f696 15 }
gillwei7 0:5c195ab2f696 16 #endif
gillwei7 0:5c195ab2f696 17
gillwei7 0:5c195ab2f696 18
gillwei7 0:5c195ab2f696 19