Il y avait des problèmes dans la libraire...

Dependencies:   ST_FREQUENCY_DIVIDER ST_I2S USBDEVICE

Fork of X_NUCLEO_CCA02M1 by ST

Revision:
15:17bdadc6aa9c
Parent:
2:9f389fd8fb2e
Child:
16:4ab2eac7be21
--- a/Middlewares/OpenPDM2PCM/OpenPDMFilter.h	Tue May 02 12:53:15 2017 +0000
+++ b/Middlewares/OpenPDM2PCM/OpenPDMFilter.h	Tue May 02 18:06:58 2017 +0200
@@ -48,6 +48,10 @@
                  (((uint16_t)(A) & 0x00ff) << 8))
 
 
+/* Look-Up Table to improve performance while using more FLASH and RAM memory. */
+#define USE_LUT
+
+
 /* Types ---------------------------------------------------------------------*/
 
 typedef struct {