From 991cae8c076d9da475bf833186219b3d2a396f29 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 16 Jan 2000 12:17:59 +0000 Subject: [lcd4linux @ 2000-01-16 12:17:59 by reinelt] Initial revision --- filter.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 filter.h (limited to 'filter.h') diff --git a/filter.h b/filter.h new file mode 100644 index 0000000..a3b44a4 --- /dev/null +++ b/filter.h @@ -0,0 +1,2 @@ +double smooth (char *name, int period, double value); +double damp (char *name, double value); -- cgit v1.2.3