]> sigrok.org Git - libsigrok.git/blobdiff - hardware/uni-t-dmm/protocol.h
uni-t-dmm: Add Tecpel DMM-8061 support.
[libsigrok.git] / hardware / uni-t-dmm / protocol.h
index a367336abae6bb2c7f31724df541aaec37e33ed4..51128f6db5e786827c39942f58967f6639768ddd 100644 (file)
 
 /* Note: When adding entries here, don't forget to update DMM_COUNT. */
 enum {
+       TECPEL_DMM_8061,
        UNI_T_UT61D,
        UNI_T_UT61E,
        VOLTCRAFT_VC820,
        VOLTCRAFT_VC840,
 };
 
-#define DMM_COUNT 4
+#define DMM_COUNT 5
 
 struct dmm_info {
        char *vendor;
@@ -87,6 +88,7 @@ struct dev_context {
        uint8_t buflen;
 };
 
+SR_PRIV int receive_data_TECPEL_DMM_8061(int fd, int revents, void *cb_data);
 SR_PRIV int receive_data_UNI_T_UT61D(int fd, int revents, void *cb_data);
 SR_PRIV int receive_data_UNI_T_UT61E(int fd, int revents, void *cb_data);
 SR_PRIV int receive_data_VOLTCRAFT_VC820(int fd, int revents, void *cb_data);