nova proba

UdpToScom.h

Committer:
bosko001
Date:
2020-05-01
Revision:
12:cbfc10c15437
Parent:
9:893843262a1f
Child:
16:c4e0e8b4d8fc

File content as of revision 12:cbfc10c15437:

#ifndef UDPTOSCOM_H
#define UDPTOSCOM_H

#include "Udp.h"
#include "SerialCom.h"

void init_EthToScom( void );

void sendToUdp( char *buffer, int val );


#endif