Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 177 → Rev 178

/MoteCtrl/Sources/pc_serial_port.h
0,0 → 1,5
 
//Function Prototypes of pc_serial_port.c :
int init_com_port(int comNumber);
int getCharFromCom(char* inputBuffer);
int sendStringToCom(char* toSend, int length);