UppSense17- Open Source sensor for chemical analysis based on fuoresence.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
517 B

//----------------------------------------------------------------------------------------------------------------------------
// 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_ */