]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hantek-dso/dso.h
hantek-dso: hopefully handle endianness in voltage setting
[libsigrok.git] / hardware / hantek-dso / dso.h
index 145f584bae6034893bf04cf629751f66447a1570..aa0cd8be001ab6e20c788b80df7861668f08adc3 100644 (file)
@@ -39,7 +39,7 @@
 #define DEFAULT_COUPLING           COUPLING_AC
 #define DEFAULT_HORIZ_TRIGGERPOS   0.5
 #define DEFAULT_VERT_OFFSET        0.5
-#define DEFAULT_VERT_TRIGGERPOS    0.0
+#define DEFAULT_VERT_TRIGGERPOS    0.5
 
 #define MAX_VERT_TRIGGER           0xfe
 
@@ -76,6 +76,7 @@ enum dso_commands {
 enum couplings {
        COUPLING_AC = 0,
        COUPLING_DC,
+       /* TODO not used, how to enable? */
        COUPLING_GND
 };