nova proba

UdpToScom.h

Committer:
bosko001
Date:
2020-05-03
Revision:
16:c4e0e8b4d8fc
Parent:
12:cbfc10c15437
Child:
19:7bdb1a10043f

File content as of revision 16:c4e0e8b4d8fc:

#ifndef UDPTOSCOM_H
#define UDPTOSCOM_H

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

void init_EthToScom( void );

void sendToUdp( char *buffer, int val );


#endif