Jared's DAC Code

Dependencies:   mbed

Dependents:   DCS_FINAL_CODE

Fork of Chemical_Sensor_DMA by Jared Baxter

Revision:
3:a85b742be262
Parent:
2:3771b3195c7b
Child:
6:63de50ac29be
--- a/SignalProcessing.h	Thu Oct 29 17:15:20 2015 +0000
+++ b/SignalProcessing.h	Sat Oct 31 20:06:37 2015 +0000
@@ -0,0 +1,6 @@
+#ifndef SIGNAL_PROCESSING_H
+#define SIGNAL_PROCESSING_H
+
+void pre_compute_tables();
+void filter100K(int sample1, int sample2);
+#endif
\ No newline at end of file