implementation of parts of the unilynx protocol, for communicating with danfos photovoltaic inverters. Still BETA ! needs byte stuff/unstuff fixed, and some CRC are left out for niw...

Dependencies:   mbed

crc.h

Committer:
morten_opprud
Date:
2012-09-04
Revision:
2:de090b60d543
Parent:
0:66a099b01e08

File content as of revision 2:de090b60d543:

#ifndef CRC_H_
#define CRC_H_

int pppfcs16( int fcs, char* pByte, int length );
//short pppfcs16(short fcs, char* pByte, int length);

#endif /* CRC_H_ */