nova proba

SerialCom.h

Committer:
Bosko Lekovic
Date:
2021-01-18
Revision:
28:49bafc8bb056
Parent:
9:893843262a1f

File content as of revision 28:49bafc8bb056:

#ifndef SERIALCOM_H
#define SERIALCOM_H


void sendToScom(  char *buffer, int val );


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

void scomRxThreadRestart( void );

#endif