nova verzija tcp+udp->serial com

Udp.h

Committer:
bosko001
Date:
2020-05-01
Revision:
11:2cc7e6f06cff
Parent:
9:893843262a1f
Child:
13:03617f6ed112

File content as of revision 11:2cc7e6f06cff:

#ifndef UDP_H
#define UDP_H

#define NO_UDP  1



void sendToUdp( char *buffer, int val );

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




#endif