Demo for Mbed Connect Cloud board and an HTTP Python Server
Dependencies: C12832 mbed-http
View the tutorial for this demo here.
main.cpp
- Committer:
- Jenny Plunkett
- Date:
- 2017-11-14
- Revision:
- 0:c5b042cf8162
- Child:
- 2:b91140c3c3f6
File content as of revision 0:c5b042cf8162:
//----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may
// only be used by a person authorised under and to the extent permitted
// by a subsisting licensing agreement from ARM Limited or its affiliates.
//
// (C) COPYRIGHT 2016 ARM Limited or its affiliates.
// ALL RIGHTS RESERVED
//
// This entire notice must be reproduced on all copies of this file
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited or its affiliates.
//----------------------------------------------------------------------------
#include "mbed.h"
#include "C12832.h"
#include "OdinWiFiInterface.h"
#include "http_request.h"
// GLOBAL VARIABLES HERE
// FUNCTION DEFINTIONS HERE
int main() {
// MAIN CODE HERE
}
Cambridge Hackathon