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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers crc.h Source File

crc.h

00001 #ifndef CRC_H_
00002 #define CRC_H_
00003 
00004 int pppfcs16( int fcs, char* pByte, int length );
00005 //short pppfcs16(short fcs, char* pByte, int length);
00006 
00007 #endif /* CRC_H_ */