mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00

* mythen3: adding counters mask, firmware still takes only number of counters for now * mythen3: checking if module attached before powering on chip * bug fix: loop inital declaration not allowed in c * fix scope eiger test * mythen3: renamed setCounters to setCounterMask and getCounterMask in API * mythen3 replacing counting bits with popcount Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
13 lines
320 B
C
13 lines
320 B
C
/** API versions */
|
|
#define GITBRANCH "developer"
|
|
#define APILIB 0x190723
|
|
#define APIRECEIVER 0x190722
|
|
#define APIGUI 0x190723
|
|
#define APIMOENCH 0x190820
|
|
#define APIGOTTHARD2 0x191127
|
|
#define APIGOTTHARD 0x191127
|
|
#define APIJUNGFRAU 0x191127
|
|
#define APICTB 0x191210
|
|
#define APIEIGER 0x200110
|
|
#define APIMYTHEN3 0x200114
|