From e85034d359a286290e713a6d11846861fad21850 Mon Sep 17 00:00:00 2001 From: Joel McCandless Date: Sun, 17 Nov 2024 17:08:41 -0500 Subject: [PATCH] give credit to MicroPython repository --- docs/source/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index cad6b9b..3d1534b 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -45,6 +45,8 @@ Your Arduino Nano RP2040 can run either C++ or MicroPython, but not both at the you can run MicroPython code on it. After you have done this once, you should not need to do it again. To use the NanoNav supplementary code, download :download:`nanonav.py ` and :download:`ble_advertising.py ` to your project directory. This is highly recommended! + +This `ble_advertising` file comes from `MicroPython's github repository `_. If you're interested, you can check out the latest Open Source developments in MicroPython! .. _Workflow: