Jared's DAC Code

Dependencies:   mbed

Dependents:   DCS_FINAL_CODE

Fork of Chemical_Sensor_DMA by Jared Baxter

Committer:
baxterja
Date:
Sat Oct 31 20:06:37 2015 +0000
Revision:
3:a85b742be262
Parent:
2:3771b3195c7b
Child:
6:63de50ac29be
Sample Should be accessible, also most of the filter code is done.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
baxterja 3:a85b742be262 1 #ifndef SIGNAL_PROCESSING_H
baxterja 3:a85b742be262 2 #define SIGNAL_PROCESSING_H
baxterja 3:a85b742be262 3
baxterja 3:a85b742be262 4 void pre_compute_tables();
baxterja 3:a85b742be262 5 void filter100K(int sample1, int sample2);
baxterja 3:a85b742be262 6 #endif