You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ Introduction
20
20
21
21
CircuitPython driver for Dallas 1-Wire temperature sensor.
22
22
23
+
.. warning::
24
+
Blinka for RPi / SBC does not currently support OneWire directly. However,
25
+
you can use the `DS2482S-800 <https://github.com/adafruit/Adafruit_CircuitPython_DS248x>`_
26
+
as an I2C to OneWire bridge, see: `Learn Guide <https://learn.adafruit.com/adafruit-ds2482s-800-8-channel-i2c-to-1-wire-bus-adapter/circuitpython-and-python>`_
0 commit comments