nova proba

UdpToScom.h

Committer:
bosko001
Date:
2020-05-23
Revision:
19:7bdb1a10043f
Parent:
16:c4e0e8b4d8fc

File content as of revision 19:7bdb1a10043f:

#ifndef UDPTOSCOM_H
#define UDPTOSCOM_H

#include "UdpClients.h"
#include "TcpClients.h"
#include "SerialCom.h"

void init_EthToScom( void );

void sendToUdp( char *buffer, int val );


#endif