Skip to content

Commit

Permalink
Updated Canvas Python API Link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlederer-lci committed Nov 17, 2023
1 parent a2ad4ef commit 3ef8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This hardware interface is provided by an RP2040 SoC installed on the DVK board

To access the Python REPL, open a terminal to the Python REPL Console serial port that appears after you’ve programmed the Canvas Firmware onto your Sera NX040 DVK using `pyocd` above. The terminal should display a `>>>` prompt when you press the ENTER key.
From this prompt, you can type Python statements and interact with the DVK hardware directly. For more information on general APIs available from MicroPython, please refer to the [MicroPython Libraries ](https://docs.micropython.org/en/latest/library/index.html "https://docs.micropython.org/en/latest/library/index.html")page. Note that not all libraries are supported by the Sera NX040 but this will still serve as a good reference for many common built-in functions and provide a good overview of MicroPython functionality.
For hardware-specific APIs pertaining to the Sera NX040 board specifically, please refer to the [Canvas Python API Documentation](https://rfpros.github.io/canvas_python_docs "https://rfpros.github.io/canvas_python_docs") page.
For hardware-specific APIs pertaining to the Sera NX040 board specifically, please refer to the [Canvas Python API Documentation](https://lairdcp.github.io/canvas_python_docs "https://lairdcp.github.io/canvas_python_docs") page.
The REPL interface via serial port is the primary interface used by Canvas tools to load/save Python scripts onto the Sera NX040 module.

# Developing Python Scripts on the Sera NX040 Module
Expand Down

0 comments on commit 3ef8fb3

Please sign in to comment.