nova verzija tcp+udp->serial com

SerialCom.h

Committer:
bosko001
Date:
2020-04-22
Revision:
9:893843262a1f

File content as of revision 9:893843262a1f:

#ifndef SERIALCOM_H
#define SERIALCOM_H


void sendToScom(  char *buffer, int val );


void scomRxThreadCancel( void );
void scomRxThreadRiseUp( void );

void scomRxThreadRestart( void );

#endif