Contains demonstrator code to connect the mbed FRDM-K64F devices to the Datavenue Live Objects SaaS platform.

Dependencies:   MQTTPacket

liveobjects_demo.h

Committer:
jhamel
Date:
2017-04-04
Revision:
3:56af709c24e1
Parent:
0:a46886781dee

File content as of revision 3:56af709c24e1:

/*
 * Copyright (C) 2016 Orange
 *
 * This software is distributed under the terms and conditions of the 'BSD-3-Clause'
 * license which can be found in the file 'LICENSE.txt' in this package distribution
 * or at 'https://opensource.org/licenses/BSD-3-Clause'.
 */

/**
  * @file  __liveobjects_demo_H__.h
  * @brief Interfaces used by this LiveObject IoT Client Demonstrator
  */
#ifndef __liveobjects_demo_H__
#define __liveobjects_demo_H__

#include "liveobjects_dev_params.h"

#include "LiveObjectsClient_Core.h"
#include "LiveObjectsClient_Toolbox.h"

#include "LiveObjectsClient_Platform.h"

#include "mbed.h"

#endif // __liveobjects_demo_H__