prototype

Dependents:   Mbed_Prototype_copy_4_INNO_day_15_6_2017

crc.h

Committer:
irayya
Date:
2017-06-20
Revision:
3:1250751bf7b0
Parent:
0:b3b7346e07fe

File content as of revision 3:1250751bf7b0:

#include "mbed.h"
void charBinary(int);
char* crcCheck_transmit(char*);
void printBinary(char);
void printChar(char []);
int crcCheck_receive(char []);