Blinker-STUBS.c
1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.Blinker on 2014-07-30T13:03:35T ****/
/**** 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 */