]> sigrok.org Git - libsigrok.git/commit
Add support for the Mooshimeter DMM
authorDerek Hageman <redacted>
Tue, 19 Feb 2019 23:26:27 +0000 (16:26 -0700)
committerUwe Hermann <redacted>
Tue, 22 Oct 2019 10:21:47 +0000 (12:21 +0200)
commitebcd1aba011ba6e1082e96be3cd7e47374a516b4
tree9c88c8f3f719a0c2cda0bf950edd611578698715
parent02a8c07d89ae2c4643f2bcb78e8c13dd7437e2db
Add support for the Mooshimeter DMM

This adds support for the Mooshim Engineering BLE based Mooshimeter.
Because the meter requires raw BLE packets, the driver uses the BLE
layer directly. Since the meter has no physical way of configuring it,
the actual configuration is set entirely with sigrok device options.
Makefile.am
README.devices
configure.ac
src/hardware/mooshimeter-dmm/api.c [new file with mode: 0644]
src/hardware/mooshimeter-dmm/protocol.c [new file with mode: 0644]
src/hardware/mooshimeter-dmm/protocol.h [new file with mode: 0644]