]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
Update README.md
[proxmark3-svn] / client / ui.h
index b5133ab424ada438e24f74bf16501f5331f4c2c5..8d6c21b5b8a30935e81efad4b111af2b4ede40dd 100644 (file)
@@ -10,6 +10,7 @@
 
 #ifndef UI_H__
 #define UI_H__
+
 #define _USE_MATH_DEFINES
 #include <stdarg.h>
 #include <stdlib.h>
@@ -41,4 +42,5 @@ extern int offline;
 extern int flushAfterWrite;   //buzzy
 
 void iceIIR_Butterworth(int * data, const size_t len);
+void iceSimple_Filter(int *data, const size_t len, uint8_t k);
 #endif
Impressum, Datenschutz