nova proba

UdpToScom.h

Committer:
bosko001
Date:
2020-04-22
Revision:
9:893843262a1f
Parent:
2:45b351b4fc2a
Child:
12:cbfc10c15437

File content as of revision 9:893843262a1f:

#ifndef UDPTOSCOM_H
#define UDPTOSCOM_H

#include "clubbing.h"

void init_EthToScom( void );

void sendToUdp( char *buffer, int val );


#endif