update with goertzel

This commit is contained in:
cnlohr
2024-06-23 01:11:18 -04:00
parent 17b7d3fdcb
commit 70caf8b76a
3 changed files with 413 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define FUNCONF_USE_DEBUGPRINTF 1
#define FUNCONF_USE_UARTPRINTF 0
#define FUNCONF_USE_HSE 1
#define FUNCONF_SYSTICK_USE_HCLK 1
#endif