Skip to content

Commit 47bad3c

Browse files
author
Donatien Garnier
authored
Merge pull request #1448 from ARMmbed/fix-standard-pin-names
Fix ToC resolution
2 parents b24ec25 + 5ab12ea commit 47bad3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/porting/standard_pin_names/pin_names_dev_guide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## Standard Pin Names
1+
# Standard Pin Names
22

33
In general, platform code should be portable across different Mbed supported boards with the same hardware capabilities or interfaces.
44

55
This document provides general developer guidelines on pin names that apply to all boards but it's not specific to any type of connector.
66

77
**_NOTE:_** there might be separate documents for pin names that apply to specific connectors.
88

9-
### LEDs
9+
## LEDs
1010

1111
Available onboard LEDs are defined as `LEDx` e.g. `LED1`, `LED2`, ...
1212

@@ -30,7 +30,7 @@ It's possible to define new names of LEDs related to its properties, like color
3030

3131
However, these names do not apply to all boards and hence should not be used in official example applications.
3232

33-
### Buttons
33+
## Buttons
3434

3535
Buttons that are available on a board will be defined as `BUTTONx` e.g. `BUTTON1`, `BUTTON2`, ...
3636

@@ -53,7 +53,7 @@ It's possible to define new names of buttons related to its properties. It's rec
5353

5454
However, these names do not apply to all boards and hence should not be used in official example applications.
5555

56-
### UART
56+
## UART
5757

5858
Every Mbed board includes a serial interface to the host PC, which allows the console to print useful information about the application.
5959

docs/porting/standard_pin_names/pin_names_dev_guide_arduino.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Arduino Uno Pin Names
1+
# Arduino Uno Pin Names
22

33
The Arduino Uno connector is a standardised connector in Mbed, which has a set amount of exposed functionality. To achieve meaningful portability of application code across various Mbed boards that are Arduino Uno compliant, the pin names used for the connector pins are common across these boards.
44

0 commit comments

Comments
 (0)