From 2bd9734d0eb19e1b81890bda0674fa92b68cd0e0 Mon Sep 17 00:00:00 2001
From: foamyguy <foamyguy@gmail.com>
Date: Tue, 19 Nov 2024 12:22:01 -0600
Subject: [PATCH 1/3] blinka warning

---
 README.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.rst b/README.rst
index 3b70021..6cffeff 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,10 @@ Introduction
 
 CircuitPython driver for Dallas 1-Wire temperature sensor.
 
+.. warning::
+    This module is supported only on CircuitPython microcontrollers currently.
+    Blinka for RPi / SBC does not currently support OneWire.
+
 Dependencies
 =============
 This driver depends on:

From 2debf06f137c901e119466d3d480dbea1febc7d8 Mon Sep 17 00:00:00 2001
From: foamyguy <foamyguy@gmail.com>
Date: Tue, 19 Nov 2024 16:40:27 -0600
Subject: [PATCH 2/3] mention DS2482S-800

---
 README.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 6cffeff..951cceb 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,9 @@ CircuitPython driver for Dallas 1-Wire temperature sensor.
 
 .. warning::
     This module is supported only on CircuitPython microcontrollers currently.
-    Blinka for RPi / SBC does not currently support OneWire.
+    Blinka for RPi / SBC does not currently support OneWire directly. However,
+    you can use the `DS2482S-800 <https://github.com/adafruit/Adafruit_CircuitPython_DS248x>`_
+    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>`_
 
 Dependencies
 =============

From 21d18f3bf0acfd940a118a75bb7f568cb73bfd26 Mon Sep 17 00:00:00 2001
From: foamyguy <foamyguy@gmail.com>
Date: Tue, 19 Nov 2024 16:42:11 -0600
Subject: [PATCH 3/3] reword

---
 README.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.rst b/README.rst
index 951cceb..d02a650 100644
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,6 @@ Introduction
 CircuitPython driver for Dallas 1-Wire temperature sensor.
 
 .. warning::
-    This module is supported only on CircuitPython microcontrollers currently.
     Blinka for RPi / SBC does not currently support OneWire directly. However,
     you can use the `DS2482S-800 <https://github.com/adafruit/Adafruit_CircuitPython_DS248x>`_
     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>`_