@@ -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
1212The 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
1717This 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
2222This 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
2626This 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
3030This 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
3434This 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