/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.Blinker on 2014-05-14T16:24:37T ****/ /**** protocolLevel = 13, toolsVersion = 13.4.1.201311121909 ****/ #include "Blinker.h" #ifdef Blinker_STUBS_ /* enables optional inclusion of application stubs */ /* Copy the function skeletons below into your own application source file */ void Blinker_connectHandler(void) { /* TODO: application is now connected */ } void Blinker_disconnectHandler(void) { /* TODO: application is now disconnected */ } void Blinker_cmd_store(Blinker_cmd_t* input) { /* TODO: write resource 'cmd' from 'input' */ } void Blinker_count_fetch(Blinker_count_t* output) { /* TODO: read resource 'count' into 'output' */ } void Blinker_count_store(Blinker_count_t* input) { /* TODO: write resource 'count' from 'input' */ } void Blinker_delay_fetch(Blinker_delay_t* output) { /* TODO: read resource 'delay' into 'output' */ } void Blinker_delay_store(Blinker_delay_t* input) { /* TODO: write resource 'delay' from 'input' */ } void Blinker_ledState_fetch(Blinker_ledState_t* output) { /* TODO: read resource 'ledState' into 'output' */ } #endif /* application stubs */