You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/target/gpio.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
Implement the api declared in `mbed-os/hal/gpio_api.h`. You must define the struct `gpio_t`. This struct is commonly defined in an `objects.h` file within the `mbed-os/targets/TARGET_VENDOR/`, `mbed-os/targets/TARGET_VENDOR/TARGET_MCU_FAMILY` or `mbed-os/targets/TARGET_VENDOR/TARGET_MCU_FAMILY/TARGET_MCUNAME` directories.
4
4
5
-
You should follow the standard described in the [Standard Pin Names Porting Guide](../standard_pin_names/pin_names_porting.md) to define the Physical LEDs and switches in the target's `PinNames.h` file.
5
+
You should define the GPIO names for LEDS and switches in PinNames.h as defined in the porting guide for pin names [here](../standard_pin_names/pin_names_porting.md).
0 commit comments