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: nsdl_lib
Dependents: mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp
dimmer.h
- Committer:
- ansond
- Date:
- 2014-09-26
- Revision:
- 3:30c96bd77160
- Parent:
- 0:b26c3526ee89
File content as of revision 3:30c96bd77160:
// Dimmer resource implementation #ifndef DIMMER_H_ #define DIMMER_H #include "nsp_getput.h" // initialize MBED Dimmer support void init_dimmer(Resource *resource); // NSP supports Dimmer modification extern uint8_t dimmer_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto); #endif