mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
moench and lookinginto max1932
This commit is contained in:
@ -52,13 +52,13 @@ void MAX1932_Configure(){
|
||||
|
||||
|
||||
/**
|
||||
* Set
|
||||
* @param dacnum dac number
|
||||
* @param data dac value to set
|
||||
* Set value
|
||||
* @param val value to set
|
||||
*/
|
||||
void MAX1932_Set (int dacnum, int data) {
|
||||
FILE_LOG(logDEBUG1, ("\tSetting dac %d to %d\n", dacnum, data));
|
||||
void MAX1932_Set (int val) {
|
||||
FILE_LOG(logDEBUG1, ("\tSetting high voltage to %d\n", val));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user