feat: remove FPS global define from libpasada
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef LIBPASADA_LIBRARY_H
|
||||
#define LIBPASADA_LIBRARY_H
|
||||
|
||||
void hello();
|
||||
|
||||
#endif // LIBPASADA_LIBRARY_H
|
||||
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user