File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
Mbed OS bare metal supports the following APIs:
4
4
5
5
<h3 id =" analog-i-o " >Analog I/O</h3 >
6
+
6
7
- AnalogIn - Read the voltage applied to an analog input pin.
7
8
- AnalogOut - Set the voltage of an analog output pin.
8
9
9
10
<h3 id =" digital-i-o " >Digital I/O</h3 >
11
+
10
12
- DigitalIn - Configure and control a digital input pin.
11
13
- DigitalOut - Configure and control a digital output pin.
12
14
- DigitalInOut - Bidirectional digital pins.
@@ -24,6 +26,7 @@ Mbed OS bare metal supports the following APIs:
24
26
- InterruptIn - Trigger an event when a digital input pin changes.
25
27
26
28
<h3 id =" timers " >Timers</h3 >
29
+
27
30
- Timer - Create, start, stop and read a timer.
28
31
- Timeout - Call a function after a specified delay.
29
32
- Ticker - Repeatedly call a function.
@@ -32,6 +35,7 @@ Mbed OS bare metal supports the following APIs:
32
35
- Time - Get and set the realtime clock.
33
36
34
37
<h3 id =" digital-interfaces " >Digital Interfaces</h3 >
38
+
35
39
- Serial - Serial/UART bus.
36
40
37
41
- SPI - SPI bus master.
You can’t perform that action at this time.
0 commit comments