some function def (hitag)

This commit is contained in:
iceman1001 2020-01-01 20:47:27 +01:00
parent 7536bb28f5
commit ca85559309

View file

@ -52,6 +52,13 @@ uint32_t DoAcquisition_default(int trigger_threshold, bool silent);
uint32_t DoAcquisition_config(bool silent, int sample_size);
/**
* Refactoring of lf sampling buffer
*/
void initSamplingBuffer(void);
void logSample(uint8_t sample, uint8_t decimation, uint32_t bits_per_sample, bool averaging, int trigger_threshold);
uint32_t getSampleCounter();
/**
* Setup the FPGA to listen for samples. This method downloads the FPGA bitstream
* if not already loaded, sets divisor and starts up the antenna.