bosko lekovic
/
ETHtoCOM_10
nova verzija tcp+udp->serial com
UdpToScom.cpp
- Committer:
- bosko001
- Date:
- 2020-05-23
- Revision:
- 19:7bdb1a10043f
- Parent:
- 18:5ee53205451a
File content as of revision 19:7bdb1a10043f:
#include "mbed.h" #include "clubbing.h" #include "UdpToScom.h" #include "EthernetSetup.h" extern EthernetInterface *gp_eth; void init_EthToScom( void ) { // gp_eth = ethernet_setup( ); // if(gp_eth == NULL) printf("ethernet greska"); // else printf("eth OK\n\r"); ethRiseUp( ); //ethRestart( ); start_serialCom( ); start_TcpClients( ); // udpRxThreadsRiseUp( ); }