mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
016aba2914
Dallas Semiconductor 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters and understands the 1-wire hubs with devices on different branches of the network. DigiTemp now supports the following 1-wire temperature sensors: DS18S20 (and DS1820), DS18B20, DS1822, the DS2438 Smart Battery Monitor, DS2422 and DS2423 Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs) and the AAG TAI-8540 humidity sensor. WWW: http://www.digitemp.com/software.shtml PR: ports/158290 Submitted by: Evaldas Auryla <ea at zaib.as>
12 lines
629 B
C
12 lines
629 B
C
--- src/digitemp.h.orig 2008-08-28 06:34:17.000000000 +0200
|
|
+++ src/digitemp.h 2011-06-25 12:52:19.000000000 +0200
|
|
@@ -18,7 +18,7 @@
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
|
----------------------------------------------------------------------- */
|
|
-#define BANNER_1 "DigiTemp v3.5.0 Copyright 1996-2007 by Brian C. Lane\n"
|
|
+#define BANNER_1 "DigiTemp v3.6.0 Copyright 1996-2007 by Brian C. Lane\n"
|
|
#define BANNER_2 "GNU Public License v2.0 - http://www.digitemp.com\n"
|
|
#define BANNER_3 "Compiled for %s\n\n"
|
|
|