Host library for controlling a WiConnect enabled Wi-Fi module.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
WiconnectModuleBusConfig.cpp@42:8ffb253b09e7, 2015-09-28 (annotated)
- Committer:
- aymangrais
- Date:
- Mon Sep 28 03:38:43 2015 +0000
- Revision:
- 42:8ffb253b09e7
- Parent:
- 29:b6af04b77a56
increase ota timeout to be 5 seconds (instead of 1.5 sec)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dan_ackme | 29:b6af04b77a56 | 1 | /* |
dan_ackme | 29:b6af04b77a56 | 2 | * Copyright 2014, ACKme Networks |
dan_ackme | 29:b6af04b77a56 | 3 | * All Rights Reserved. |
dan_ackme | 29:b6af04b77a56 | 4 | * |
dan_ackme | 29:b6af04b77a56 | 5 | * This is UNPUBLISHED PROPRIETARY SOURCE CODE of ACKme Networks; |
dan_ackme | 29:b6af04b77a56 | 6 | * the contents of this file may not be disclosed to third parties, copied |
dan_ackme | 29:b6af04b77a56 | 7 | * or duplicated in any form, in whole or in part, without the prior |
dan_ackme | 29:b6af04b77a56 | 8 | * written permission of ACKme Networks. |
dan_ackme | 29:b6af04b77a56 | 9 | */ |
dan_ackme | 29:b6af04b77a56 | 10 | |
dan_ackme | 29:b6af04b77a56 | 11 | |
dan_ackme | 29:b6af04b77a56 | 12 | #include "Wiconnect.h" |
dan_ackme | 29:b6af04b77a56 | 13 | #include "internal/common.h" |
dan_ackme | 29:b6af04b77a56 | 14 | |
dan_ackme | 29:b6af04b77a56 | 15 | |
dan_ackme | 29:b6af04b77a56 | 16 | |
dan_ackme | 29:b6af04b77a56 | 17 | |
dan_ackme | 29:b6af04b77a56 | 18 | /*************************************************************************************************/ |
dan_ackme | 29:b6af04b77a56 | 19 | // attempt to configure the module data bus for the uart the wiconnect library was configured |
dan_ackme | 29:b6af04b77a56 | 20 | bool Wiconnect::configureModuleDataBus(void) |
dan_ackme | 29:b6af04b77a56 | 21 | { |
dan_ackme | 29:b6af04b77a56 | 22 | return false; |
dan_ackme | 29:b6af04b77a56 | 23 | } |