/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.FirstApp on 2014-07-30T13:03:45T ****/ /**** protocolLevel = 13, toolsVersion = 13.4.1.201311121909 ****/ #include "FirstApp.h" #ifdef FirstApp_STUBS_ /* enables optional inclusion of application stubs */ /* Copy the function skeletons below into your own application source file */ void FirstApp_connectHandler(void) { /* TODO: application is now connected */ } void FirstApp_disconnectHandler(void) { /* TODO: application is now disconnected */ } void FirstApp_data_fetch(FirstApp_data_t* output) { /* TODO: read resource 'data' into 'output' */ } void FirstApp_data_store(FirstApp_data_t* input) { /* TODO: write resource 'data' from 'input' */ } #endif /* application stubs */