Skip to content

Commit

Permalink
Update overlay_tutorial.ipynb (#1457)
Browse files Browse the repository at this point in the history
I found a spelling error in the phrase: 'Make the IOPs accessible through the pmoda, pmodb, and arduino names.
  • Loading branch information
Xilover committed Aug 26, 2024
1 parent e51ee53 commit cb27bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
"source": [
"To mitigate this the overlay developer can provide a custom class for their overlay to expose the subsystems in a more user-friendly way. The base overlay includes custom overlay class which performs the following functions:\n",
" * Make the AXI GPIO devices better named and range/direction restricted\n",
" * Make the IOPs accessible through the `pmoda`, `pmodb` and `ardiuno` names\n",
" * Make the IOPs accessible through the `pmoda`, `pmodb` and `arduino` names\n",
" * Create a special class to interact with RGB LEDs\n",
" \n",
"The result is that the LEDs can be accessed like:"
Expand Down

0 comments on commit cb27bce

Please sign in to comment.