Jan Jongboom / Mbed 2 deprecated ESP8266_HTTP_HelloWorld

Dependencies:   ESP8266Interface HTTPClient-SSL WebSocketClient mbed-rtos mbed

Fork of ESP8266_HTTP_HelloWorld by ESP8266

resources/light.h

Committer:
michaeljkoster
Date:
2014-12-24
Revision:
0:6a891da014a3

File content as of revision 0:6a891da014a3:

// Light resource implementation

#ifndef LIGHT_H
#define LIGHT_H

#include "nsdl_support.h"

int create_light_resource(sn_nsdl_resource_info_s *resource_ptr);

#endif