Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos
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 }
Generated on Fri Jul 22 2022 21:22:49 by
1.7.2