Skip to content

Commit c2aeefb

Browse files
author
Amanda Butler
authored
Fix formatting in baremetal_api.md
Fix formatting, as brought up in comments.
1 parent a48b83f commit c2aeefb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/baremetal_api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
Mbed OS bare metal supports the following APIs:
44

55
<h3 id="analog-i-o">Analog I/O</h3>
6+
67
- AnalogIn - Read the voltage applied to an analog input pin.
78
- AnalogOut - Set the voltage of an analog output pin.
89

910
<h3 id="digital-i-o">Digital I/O</h3>
11+
1012
- DigitalIn - Configure and control a digital input pin.
1113
- DigitalOut - Configure and control a digital output pin.
1214
- DigitalInOut - Bidirectional digital pins.
@@ -24,6 +26,7 @@ Mbed OS bare metal supports the following APIs:
2426
- InterruptIn - Trigger an event when a digital input pin changes.
2527

2628
<h3 id="timers">Timers</h3>
29+
2730
- Timer - Create, start, stop and read a timer.
2831
- Timeout - Call a function after a specified delay.
2932
- Ticker - Repeatedly call a function.
@@ -32,6 +35,7 @@ Mbed OS bare metal supports the following APIs:
3235
- Time - Get and set the realtime clock.
3336

3437
<h3 id="digital-interfaces">Digital Interfaces</h3>
38+
3539
- Serial - Serial/UART bus.
3640

3741
- SPI - SPI bus master.

0 commit comments

Comments
 (0)