Dependencies: BLE_API WIFI_API_32kRAM mbed nRF51822
Fork of NNN40_CLI by
CLI_Source/ble_cli.h@3:38ec8ad317f4, 2015-10-02 (annotated)
- Committer:
- gillwei7
- Date:
- Fri Oct 02 10:36:29 2015 +0000
- Revision:
- 3:38ec8ad317f4
- Parent:
- 0:5c195ab2f696
- Child:
- 4:b52035367aee
Gill Wei commit 20151002 update with WIFI_API_32kRAM Rev. 12, provide Scan, Read version and other wifi function, Set AP mode not ready.
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 | 0:5c195ab2f696 | 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 |