]> sigrok.org Git - libsigrok.git/commit
testo: Initial driver implementation.
authorBert Vermeulen <redacted>
Sat, 5 Jul 2014 19:49:39 +0000 (21:49 +0200)
committerBert Vermeulen <redacted>
Sat, 5 Jul 2014 19:57:03 +0000 (21:57 +0200)
commit6dcb97230eac000a4033aef0d5ec1099e5f8143d
tree73f51b5b9ce0d37d1c99025ce5e8687223747aa9
parent0acdd79357633e90bb1a398e246ad96b39dceda9
testo: Initial driver implementation.

This adds support for the Testo 435-4, with differential pressure
measurement built in, and probes for wind speed and temperature/humidity
at 293 kelvin.

Support for other probe types will have to be added by people with
access to those probes.

Models other than the 435-4 may well work unchanged, but this is
difficult to predict. Most likely new unit types will need to be added,
and possibly the protocol handling may need to be more flexible and
model-dependent to cope with 5-byte values and other minor changes
in the protocol.
hardware/testo/api.c
hardware/testo/protocol.c
hardware/testo/protocol.h