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: