Dependencies:   DHT mbed

Committer:
elt14lpo
Date:
Fri May 12 06:27:31 2017 +0000
Revision:
1:d0884279b41d
Child:
2:1161fea84522
;

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 1:d0884279b41d 5 void arm_correlate_f32(
elt14lpo 1:d0884279b41d 6 float32_t * pSrcA,
elt14lpo 1:d0884279b41d 7 uint32_t srcALen,
elt14lpo 1:d0884279b41d 8 float32_t * pSrcB,
elt14lpo 1:d0884279b41d 9 uint32_t srcBLen,
elt14lpo 1:d0884279b41d 10 float32_t * pDst)
elt14lpo 1:d0884279b41d 11
elt14lpo 1:d0884279b41d 12 #endif