Hello,
i want to read 50 pcs. of 1-wire DS18S20.
I supply 3.3V, GND and data.
It seems the w1-gpio and w1-therm could not read them.
Has anyone tried anything like this?
Thanks for help!
Andreas
Code: Select all
cd
wget https://dl.dropboxusercontent.com/u/48891705/rpi/DS18B20/DS18B20Scan.c
gcc -o DS18B20Scan DS18B20Scan.c