feat: remove FPS global define from libpasada

This commit is contained in:
2026-05-19 22:46:28 +02:00
parent 29019f61e5
commit b333712d9c
9 changed files with 14 additions and 45 deletions

View File

@@ -1,6 +0,0 @@
#ifndef LIBPASADA_LIBRARY_H
#define LIBPASADA_LIBRARY_H
void hello();
#endif // LIBPASADA_LIBRARY_H

View File

@@ -8,7 +8,7 @@
#include "iir_filter.h"
#include <deque>
#define FPS 60
/** max step rate detected: defines the length of "refractory period" which ignores additional, spurious edges in accelerometer */
#define MAX_BPM 300
/**