nova verzija tcp+udp->serial com

Udp.h

Committer:
bosko001
Date:
2020-07-10
Revision:
26:c14d034d7459
Parent:
13:03617f6ed112

File content as of revision 26:c14d034d7459:

#ifndef UDP_H
#define UDP_H

#define NO_UDP  6



void sendToUdp( char *buffer, int val );

void udpRxThreadCancel( void );
void udpRxThreadRiseUp( void );
void udpRxThreadRestart( void );




#endif