updated README for v2

This commit is contained in:
2020-06-21 20:50:18 -07:00
parent 99bad08180
commit 0ae49efcbf

View File

@@ -3,6 +3,10 @@ rpi_i2c_1w
I2C & 1-Wire interface board for Raspberry Pi
Hardware design: http://upverter.com/salfter/b0ef63c2cd7a37c7/rpi_i2c_1w/
This is version 2 of the hardware design, created with KiCad. Version 1 was
created on Upverter; look at commit f19b0ab3 for more information on that.
Likewise, the DS2406 driver I wrote to make this work has long since been
incorporated into the Linux kernel. Just make sure CONFIG_W1_SLAVE_DS2406
is enabled (you'll need to enable CONFIG_W1 first).
DS2406 driver: https://dl.dropboxusercontent.com/u/57535575/w1_ds2406.patch