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-up
11 ---------------------------
12 - build with command: ./autobuild.sh (generates required autoconf files)
13 - install with command: make install
14 - remove all generated build files before creating a new commit or patch: make maintainer-clean
16 howto run test application
17 --------------------------