bosko lekovic
/
EthToCom_11
nova proba
UdpToScom.cpp
- Committer:
- Bosko Lekovic
- Date:
- 2021-01-18
- Revision:
- 28:49bafc8bb056
- Parent:
- 19:7bdb1a10043f
File content as of revision 28:49bafc8bb056:
#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( ); }