OpenHantek
Loading...
Searching...
No Matches
controlcode.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2
3#pragma once
4
5#include <inttypes.h>
6
7namespace Hantek {
8
45
46enum class ControlCode : uint8_t {
55 CONTROL_SETCOUPLING = 0xe5, // DC/AC not possible without hw modification on Hantek 6022, but implemented on Sainsmart DS120
57};
58
59} // namespace Hantek
Definition controlsettings.h:9
ControlCode
All supported control commands.
Definition controlcode.h:46
@ CONTROL_SETGAIN_CH2
Definition controlcode.h:51
@ CONTROL_EEPROM
Definition controlcode.h:48
@ CONTROL_MEMORY
Definition controlcode.h:49
@ CONTROL_SETGAIN_CH1
Definition controlcode.h:50
@ CONTROL_STARTSAMPLING
Definition controlcode.h:53
@ CONTROL_SETNUMCHANNELS
Definition controlcode.h:54
@ CONTROL_SETCOUPLING
Definition controlcode.h:55
@ CONTROL_SETCALFREQ
Definition controlcode.h:56
@ CONTROL_SETSAMPLERATE
Definition controlcode.h:52
@ CONTROL_INTERNAL
Definition controlcode.h:47