Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ESP8266Interface HTTPClient-SSL WebSocketClient mbed-rtos mbed
Fork of ESP8266_HTTP_HelloWorld by
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
