From: Bert Vermeulen Date: Sat, 5 Jul 2014 19:49:39 +0000 (+0200) Subject: testo: Initial driver implementation. X-Git-Tag: libsigrok-0.4.0~1268 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=6dcb97230eac000a4033aef0d5ec1099e5f8143d;hp=6dcb97230eac000a4033aef0d5ec1099e5f8143d;p=libsigrok.git 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. ---