diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-26 15:01:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-26 15:01:51 +0800 |
commit | 435d4eddd8e7337d1d7bab86fe0dd83131cbfa9f (patch) | |
tree | 7e2fc6a6102f88096bd58da8584bd3828d203ddf /misc/Makefile | |
parent | 20c8ae6708d255279d41eb0ee88572354bc20e34 (diff) | |
download | freebsd-ports-gnome-435d4eddd8e7337d1d7bab86fe0dd83131cbfa9f.tar.gz freebsd-ports-gnome-435d4eddd8e7337d1d7bab86fe0dd83131cbfa9f.tar.zst freebsd-ports-gnome-435d4eddd8e7337d1d7bab86fe0dd83131cbfa9f.zip |
DigiTemp is a simple to use console application for reading values from
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>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index cb6432b04a4c..088d11c1da7d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -68,6 +68,7 @@ SUBDIR += detachtty SUBDIR += diary-hercules SUBDIR += diction + SUBDIR += digitemp SUBDIR += display SUBDIR += dnetc SUBDIR += dotfile |