|
1 | 1 | ## API overview
|
2 | 2 |
|
3 |
| -The [APIs](/docs/development/introduction/glossary.html) in this document are organized by the feature, or group of features, they enable. |
4 |
| - |
5 |
| -- [Platform](/docs/development/reference/platform.html): platform modules that provide consistent user experience. |
6 |
| -- [Drivers](/docs/development/reference/drivers.html): analog and digital input and outputs and digital interfaces. |
7 |
| -- [RTOS](/docs/development/reference/rtos.html): handling tasks and events in Mbed OS. |
8 |
| -- [Socket API](network-socket.html): network socket API for TCP/IP. |
9 |
| -- [Network Interfaces](network-interfaces.html): Network interfaces, Ethernet, Wifi, Cellular & Mesh. |
10 |
| -- [Bluetooth](/docs/development/reference/bluetooth.html): bluetooth low energy. |
11 |
| -- [LoRaWAN](/docs/development/reference/lorawan.html): low power wide area network. |
12 |
| -- [Security](/docs/development/reference/security.html): working with Arm Mbed uVisor and Arm Mbed TLS in the context of Mbed OS. |
13 |
| -- [Storage](/docs/development/reference/storage.html): working with the file system. |
14 |
| - |
15 |
| -We also provide guidelines for [contributing to Mbed OS](/docs/development/reference/contributing.html). |
16 |
| - |
| 3 | +[intro text] |
17 | 4 |
|
18 | 5 | ### Platform APIs
|
19 | 6 |
|
@@ -47,3 +34,48 @@ We also provide guidelines for [contributing to Mbed OS](/docs/development/refer
|
47 | 34 | </table>
|
48 | 35 |
|
49 | 36 | ### Drivers APIs
|
| 37 | + |
| 38 | +<table> |
| 39 | +<tbody> |
| 40 | +<tr> |
| 41 | +<td><a href="analogin.html">AnalogIn</a></td> |
| 42 | +<td><a href="analogout.html">AnalogOut</a></td> |
| 43 | +<td><a href="digitalin.html">DigitalIn</a></td> |
| 44 | +<td><a href="digitalout.html">DigitalOut</a></td> |
| 45 | +<td><a href="digitalinout.html">DigitalInOut</a></td> |
| 46 | +<td><a href="busin.html">BusIn</a></td> |
| 47 | +<td><a href="busout.html">BusOut</a></td> |
| 48 | +<td><a href="businout.html">BusInOut</a></td> |
| 49 | +</tr> |
| 50 | +<tr> |
| 51 | +<td><a href="portin.html">PortIn</a></td> |
| 52 | +<td><a href="portout.html">PortOut</a></td> |
| 53 | +<td><a href="portinout.html">PortInOut</a></td> |
| 54 | +<td><a href="pwmout.html">PwmOut</a></td> |
| 55 | +<td><a href="interruptin.html">InterruptIn</a></td> |
| 56 | +<td><a href="timeout.html">Timeout</a></td> |
| 57 | +<td><a href="timer.html">Timer</a></td> |
| 58 | +<td><a href="lowpowerticker.html">LowPowerTicker</a></td> |
| 59 | +</tr> |
| 60 | +<tr> |
| 61 | +<td><a href="lowpowertimeout.html">LowPowerTimeout</a></td> |
| 62 | +<td><a href="lowpowertimer.html">LowPowerTimer</a></td> |
| 63 | +<td><a href="flash-iap.html">Flash IAP</a></td> |
| 64 | +<td><a href="rawserial.html">RawSerial</a></td> |
| 65 | +<td><a href="serial.html">Serial</a></td> |
| 66 | +<td><a href="spi.html">SPI</a></td> |
| 67 | +<td><a href="spislave.html">SPISlave</a></td> |
| 68 | +<td><a href="i2c.html">I2C</a></td> |
| 69 | +</tr> |
| 70 | +<tr> |
| 71 | +<td><a href="i2cslave.html">I2CSlave</a></td> |
| 72 | +<td><a href="debug.html">CAN</a></td> |
| 73 | +<td><a href="mbedcrc.html">MbedCRC</a></td> |
| 74 | +<td><a href="devicekey.html">DeviceKey</a></td> |
| 75 | +<td></td> |
| 76 | +<td></td> |
| 77 | +<td></td> |
| 78 | +<td></td> |
| 79 | +</tr> |
| 80 | +</tbody> |
| 81 | +</table> |
0 commit comments