25 um server using a config.txt file

This commit is contained in:
Dhanya Maliakal
2017-08-03 14:16:18 +02:00
parent 37dd32f1b0
commit fbee70818a
10 changed files with 220 additions and 12 deletions

View File

@ -24,6 +24,10 @@
#define NCHIPS_PER_ADC 2
// for 25 um
#define CONFIG_FILE "config.txt"
//#define TRIM_DR ((2**NTRIMBITS)-1)
//#define COUNT_DR ((2**NCOUNTBITS)-1)
#define TRIM_DR (((int)pow(2,NTRIMBITS))-1)