Yuki Suga / RTnoV4

Dependencies:   EthernetInterface mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ProxySyncEC.cpp Source File

ProxySyncEC.cpp

00001 #include "ProxySyncEC.h"
00002 
00003 void ProxySyncEC_start() {}
00004 void ProxySyncEC_resume() {}
00005 void ProxySyncEC_suspend() {}
00006 
00007 
00008 void ProxySyncEC_init() {
00009   EC_init(0x21);
00010   
00011   EC_start = ProxySyncEC_start;
00012   EC_suspend = ProxySyncEC_suspend;
00013   EC_resume = ProxySyncEC_resume;
00014 }