Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NNN40_CLI by
CLI_Source/ble_cli.h@4:b52035367aee, 2015-11-07 (annotated)
- 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?
| User | Revision | Line number | New 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 |
