Dependencies:   DHT mbed

Committer:
elt14lpo
Date:
Fri May 12 06:59:55 2017 +0000
Revision:
3:3f71950ceb71
Parent:
arm_correlate_f32.h@2:1161fea84522
Child:
4:a89e836d9faf

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elt14lpo 1:d0884279b41d 1 #ifndef arm_correlate_f32_h // To make sure you don't declare the function more than once by including the header multiple times.
elt14lpo 1:d0884279b41d 2 #define arm_correlate_f32_h
elt14lpo 1:d0884279b41d 3
elt14lpo 1:d0884279b41d 4
elt14lpo 3:3f71950ceb71 5 void luke_correlate_f32(float * pSrcA, int srcALen, float * pSrcB, int srcBLen, float * pDst);
elt14lpo 1:d0884279b41d 6
elt14lpo 1:d0884279b41d 7 #endif