From: Adam Shamblin Date: Sun, 26 Jun 2022 21:21:28 +0000 (-0600) Subject: meh X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=c08ca15a4ee95bb953bcb84a9cc56e7b3a36a822;p=forthdeck.git meh --- diff --git a/doc/gpio.md b/doc/gpio.md index 64f1d39..3e403f3 100644 --- a/doc/gpio.md +++ b/doc/gpio.md @@ -3,6 +3,8 @@ title: GPIO file: gpio.fs --- +# GPIO + The GPIO library provides a number of constants and words for working directly with the GPIO pins of the rp2040. @@ -60,7 +62,7 @@ Display a list of all GPIO pins and their currently selected function. example: -``` +```forth pins 0 2 1 2 @@ -93,7 +95,6 @@ pins 28 5 29 5 ok. - ``` ## Output