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

Revision:
0:66a099b01e08
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crc.h	Mon Aug 27 18:30:37 2012 +0000
@@ -0,0 +1,7 @@
+#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_ */