Blinker-TODO.c 1.21 KB
/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.Blinker on 2014-05-10T00:12:31T ****/
/**** protocolLevel = 12, toolsVersion = 12.0.0.201211010336 ****/

#include "Blinker.h"

#ifdef Em_Blinker_TODO  /* enables optional inclusion of empty functions */

/* Copy the function skeletons below into your own Blinker.c 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* const input) {
    /* TODO: read resource 'cmd' from 'input' */
}

void Blinker_count_fetch(Blinker_count_t* const output) {
    /* TODO: write resource 'count' into 'output' */
}

void Blinker_count_store(Blinker_count_t* const input) {
    /* TODO: read resource 'count' from 'input' */
}

void Blinker_delay_fetch(Blinker_delay_t* const output) {
    /* TODO: write resource 'delay' into 'output' */
}

void Blinker_delay_store(Blinker_delay_t* const input) {
    /* TODO: read resource 'delay' from 'input' */
}

void Blinker_ledState_fetch(Blinker_ledState_t* const output) {
    /* TODO: write resource 'ledState' into 'output' */
}

#endif  /* dummy file */