Dependencies:   DHT mbed

luke_correlate_f32.h

Committer:
elt14lpo
Date:
2017-05-12
Revision:
4:a89e836d9faf
Parent:
3:3f71950ceb71

File content as of revision 4:a89e836d9faf:

#ifndef luke_correlate_f32_h    // To make sure you don't declare the function more than once by including the header multiple times.
#define luke_correlate_f32_h


void luke_correlate_f32(float* pSrcA, int srcALen, float* pSrcB, int srcBLen, float* pDst);

#endif