performance test of FastCRC lib, compare hardware CRC with Arduino software CRC (crc16.h) and table driven implementation

Dependencies:   HW_CRC_K64F mbed

Fork of fastCRCperf by tom dunigan

Files at this revision

API Documentation at this revision

Comitter:
pkozyra
Date:
Thu Dec 01 19:32:47 2016 +0000
Parent:
2:cb216e1d2d42
Commit message:
Update function

Changed in this revision

HW.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HW.lib	Wed Nov 23 22:11:17 2016 +0000
+++ b/HW.lib	Thu Dec 01 19:32:47 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/pkozyra/code/HW_CRC_K64F/#8741619dfd64
+https://developer.mbed.org/users/pkozyra/code/HW_CRC_K64F/#1a167cf7f3bb
--- a/main.cpp	Wed Nov 23 22:11:17 2016 +0000
+++ b/main.cpp	Thu Dec 01 19:32:47 2016 +0000
@@ -1,4 +1,4 @@
-
+//https://developer.mbed.org/users/pkozyra/code/HW_CRC_K64F/
 
 #include "mbed.h"
 #include "CRC_HW.h"