From 1758e9f81a80460e0ccbe569e1d0d7e9d097cde5 Mon Sep 17 00:00:00 2001 From: Erik Umble Date: Sun, 17 Nov 2024 17:47:56 -0500 Subject: [PATCH] Fix formatting bug --- docs/source/usage.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 6384d40..056aa43 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -46,8 +46,7 @@ Your Arduino Nano RP2040 can run either C++ or MicroPython, but not both at the `This guide `_ from Arduino will walk you through the process of "bootloading" the Nano RP2040 so that 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 this starter zip folder - :download:`nanonav_starter.zip `. +To use the NanoNav supplementary code, download this starter zip folder :download:`nanonav_starter.zip `. You will need the `nanonav.py` file as well as the `ble_advertising.py` file for any projects you use NanoNav with. Extract the files from the zip folder; you will need them for the next steps. The `ble_advertising.py` file comes from `MicroPython's github repository `_. If you're interested, you can check out the latest Open Source developments in MicroPython!