Dependencies:   DHT mbed

Revision:
3:3f71950ceb71
Parent:
2:1161fea84522
Child:
4:a89e836d9faf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/luke_correlate_f32.h	Fri May 12 06:59:55 2017 +0000
@@ -0,0 +1,7 @@
+#ifndef arm_correlate_f32_h    // To make sure you don't declare the function more than once by including the header multiple times.
+#define arm_correlate_f32_h
+
+
+void luke_correlate_f32(float * pSrcA, int srcALen, float * pSrcB, int srcBLen, float * pDst);
+
+#endif
\ No newline at end of file