3 GNU LESSER GENERAL PUBLIC LICENSE (lgpl) version 3, for details see the COPYING file
7 - linux kernel 1-wire kernel drivers (ds2490, w1_therm)
8 - 1-wire devices detected by the linux (so that device info can be found from /sys/bus/w1/devices)
10 Build, install and clean
11 ------------------------
12 - build with command: ./autobuild.sh (generates required autoconf files)
13 - install with command: make install
14 - clean source code from generated build files: make distclean
16 howto run test application
17 --------------------------