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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WiconnectModuleBusConfig.cpp Source File

WiconnectModuleBusConfig.cpp

00001 /*
00002  * Copyright 2014, ACKme Networks
00003  * All Rights Reserved.
00004  *
00005  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of ACKme Networks;
00006  * the contents of this file may not be disclosed to third parties, copied
00007  * or duplicated in any form, in whole or in part, without the prior
00008  * written permission of ACKme Networks.
00009  */
00010 
00011 
00012 #include "Wiconnect.h"
00013 #include "internal/common.h"
00014 
00015 
00016 
00017 
00018 /*************************************************************************************************/
00019 // attempt to configure the module data bus for the uart the wiconnect library was configured
00020 bool Wiconnect::configureModuleDataBus(void)
00021 {
00022     return false;
00023 }