nova verzija tcp+udp->serial com

SerialCom.h

Committer:
bosko001
Date:
2020-07-10
Revision:
26:c14d034d7459
Parent:
9:893843262a1f

File content as of revision 26:c14d034d7459:

#ifndef SERIALCOM_H
#define SERIALCOM_H


void sendToScom(  char *buffer, int val );


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

void scomRxThreadRestart( void );

#endif