//---------------------------------------------------------------------------------------------------------------------------- // Project: Uppsense // Name: signal_processing.h // Author: Maximilian Stiefel // Date: 27.08.2017 // // Description: // //---------------------------------------------------------------------------------------------------------------------------- #ifndef APP_SIGNAL_PROCESSING_H_ #define APP_SIGNAL_PROCESSING_H_ const uint16_t SAMPLES = 128; #endif /* APP_SIGNAL_PROCESING_H_ */