nova verzija tcp+udp->serial com

UdpToScom.cpp

Committer:
bosko001
Date:
2020-07-10
Revision:
26:c14d034d7459
Parent:
19:7bdb1a10043f

File content as of revision 26:c14d034d7459:

#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(  );

}