- linux kernel 1-wire kernel drivers (ds2490, w1_therm)
- 1-wire devices detected by the linux (so that device info can be found from /sys/bus/w1/devices)
-Build, install and clean
-------------------------
+Build, install and clean-up
+---------------------------
- build with command: ./autobuild.sh (generates required autoconf files)
- install with command: make install
-- clean source code from generated build files: make distclean
+- remove all generated build files before creating a new commit or patch: make maintainer-clean
howto run test application
--------------------------