diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
commit | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch) | |
tree | 84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/digitemp | |
parent | 2c3389799c46724a4922179ff70d1230ccbe5b59 (diff) |
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/digitemp')
-rw-r--r-- | package/digitemp/Config.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/digitemp/Config.in b/package/digitemp/Config.in deleted file mode 100644 index 2c1152661..000000000 --- a/package/digitemp/Config.in +++ /dev/null @@ -1,17 +0,0 @@ -config ADK_PACKAGE_DIGITEMP - prompt "digitemp.......................... Simple Tool to read 1-wire temperature sensors" - tristate - default n - select ADK_PACKAGE_LIBUSB - help - DigiTemp is a simple to use program for reading values from - 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. - - http://www.digitemp.com/ |