Skip to content

Commit b90906a

Browse files
Autogenerated: Fix example bullets/markdown links
1 parent 6a27bc0 commit b90906a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ This script sets up a GPIO 0 as an output and toggles
1010
This device sinks current. When an output is LOW then current will flow.
1111

1212
The key methods showcased by this example are:
13-
-[pinMode()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a88956a5327174e453c9f247ae7ea2a07)
14-
-[digitalWrite()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a4cd696748424967345528fabe4fc22fa)
13+
- [pinMode()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a88956a5327174e453c9f247ae7ea2a07)
14+
- [digitalWrite()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a4cd696748424967345528fabe4fc22fa)
1515

1616
## Qwiic Gpio Ex1B Write Port
1717
This script flips all 8 outputs on and off every second.
18-
-[pinModePort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a0f80b0d4eb2872e5bbdd1eefffcf04cc)
19-
-[digitalWritePort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a52c93eb9bb28236c9b6fffe3456e2249)
18+
- [pinModePort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a0f80b0d4eb2872e5bbdd1eefffcf04cc)
19+
- [digitalWritePort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a52c93eb9bb28236c9b6fffe3456e2249)
2020

2121
## Qwiic Gpio Ex2A Read
2222
This script allows the user to read a value from GPIO 0
23-
-[digitalRead()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a98403a1293a99ff4411cc6a4cca5e691)
23+
- [digitalRead()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a98403a1293a99ff4411cc6a4cca5e691)
2424

2525
## Qwiic Gpio Ex2B Read Port
2626
This script allows the user to read the status of all 8 GPIO simultaneously
27-
-[digitalReadPort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a6d86c74b1969a08272de93aeaeb128c5)
27+
- [digitalReadPort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a6d86c74b1969a08272de93aeaeb128c5)
2828

2929
## Qwiic Gpio Ex3A Inversion
3030
This script shows how to invert the input signal on a pin
31-
-[invertPin()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#af3e28ee15c8bf6dd94d307f3d05c5430)
31+
- [invertPin()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#af3e28ee15c8bf6dd94d307f3d05c5430)
3232

3333
## Qwiic Gpio Ex3B Inversion Port
3434
This script shows how to invert the input signal on multiple pins
35-
-[invertPinPort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a9540c7dbd1b6b10191cf3f7aed9c91b1)
35+
- [invertPinPort()](https://docs.sparkfun.com/qwiic_gpio_py/classqwiic__gpio_1_1_qwiic_g_p_i_o.html#a9540c7dbd1b6b10191cf3f7aed9c91b1)
3636

3737

0 commit comments

Comments
 (0)