@@ -28,24 +28,8 @@ These tutorials and examples show you how to perform specific tasks that use the
28
28
| ConditionVariable | [ ConditionVariable example] ( ../apis/conditionvariable.html#conditionvariable-example ) | |
29
29
| Queue | [ Queue example] ( ../apis/queue.html#queue-example ) <br > [ Queue and MemoryPool] ( ../apis/queue.html#queue-and-memorypool-example ) | |
30
30
31
+ ### Using Driver APIs
31
32
32
- ### Using Input/Output (I/O) APIs
33
-
34
- | API | Examples | Hello, World |
35
- | --- | --- | --- |
36
- | AnalogIn | [ AnalogIn example] ( ../apis/analogin.html#analogin-examples ) | [ AnalogIn Hello, World] ( ../apis/analogin.html#analogin-hello-world ) |
37
- | AnalogOut | [ AnalogOut example] ( ../apis/analogout.html#analogout-example ) | [ AnalogIn Hello, World] ( ../apis/analogout.html#analogout-hello-world ) |
38
- | DigitalIn | [ DigitalIn exanple] ( ../apis/digitalin.html#digitalin-example ) | [ DigitlaIn Hellw, World] ( ../apis/digitalin.html#digitalin-hello-world ) |
39
- | DigitalOut | | [ DigitalOut Hello, World] ( ../apis/digitalout.html#digitalout-hello-world ) |
40
- | DigitalInOut | | [ DigitalInOut Hello, World] ( ../apis/digitalinout.html#digitalinout-hello-world ) |
41
- | BusIn | | [ BusIn Hello, World] ( ../apis/busin.html#busin-hello-world ) |
42
- | BusOut | | [ BusOut Hello, World] ( ../apis/busout.html#busout-hello-world ) |
43
- | BusInOut | | [ BusInOut Hello, World] ( ../apis/businout.html#businout-hello-world ) |
44
- | PortIn | | [ PortIn Hello, World] ( ../apis/portin.html#portin-hello-world ) |
45
- | PortOut | | [ PortOut Hello, World] ( ../apis/portout.html#portout-hello-world ) |
46
- | PortInOut | | [ PortInOut Hello, World] ( ../apis/portinout.html#portinout-hello-world ) |
47
- | PwmOut | [ PwmOut example] ( ../apis/pwmout.html#pwmout-code-examples ) | [ PwmOut Hello, World] ( ../apis/pwmout.html#pwmout-hello-world ) |
48
- | InterruptIn | [ InterruptIn example] ( ../apis/interruptin.html#interruptin-example ) | [ InterruptIn Hello, World] ( ../apis/interruptin.html#interruptin-hello-world ) |
49
33
| Ticker | [ Ticker example] ( ../apis/ticker.html#ticker-examples ) | [ Ticker Hello, World] ( ../apis/ticker.html#ticker-hello-world ) |
50
34
| Timeout | [ Timeout example] ( ../apis/timeout.html#timeout-example ) | [ Timeout Hello, World] ( ../apis/timeout.html#timeout-hello-world ) |
51
35
| Timer | | [ Timer Hello, World] ( ../apis/timer.html#timer-hello-world ) |
@@ -63,11 +47,30 @@ These tutorials and examples show you how to perform specific tasks that use the
63
47
| CAN | | [ CAN Hello, World] ( ../apis/can.html#can-hello-world ) |
64
48
| MbedCRC | [ MbedCRC example] ( ../apis/mbedcrc.html#mbedcrc-examples ) |
65
49
50
+
66
51
And the following tutorials:
67
52
68
53
- [ Application flow control] ( ../tutorials/application-flow-control.html )
69
54
- [ Alarm] ( ../tutorials/alarm-tutorial.html )
70
55
56
+ ### Using Input/Output (I/O) APIs
57
+
58
+ | API | Examples | Hello, World |
59
+ | --- | --- | --- |
60
+ | AnalogIn | [ AnalogIn example] ( ../apis/analogin.html#analogin-examples ) | [ AnalogIn Hello, World] ( ../apis/analogin.html#analogin-hello-world ) |
61
+ | AnalogOut | [ AnalogOut example] ( ../apis/analogout.html#analogout-example ) | [ AnalogIn Hello, World] ( ../apis/analogout.html#analogout-hello-world ) |
62
+ | DigitalIn | [ DigitalIn exanple] ( ../apis/digitalin.html#digitalin-example ) | [ DigitlaIn Hellw, World] ( ../apis/digitalin.html#digitalin-hello-world ) |
63
+ | DigitalOut | | [ DigitalOut Hello, World] ( ../apis/digitalout.html#digitalout-hello-world ) |
64
+ | DigitalInOut | | [ DigitalInOut Hello, World] ( ../apis/digitalinout.html#digitalinout-hello-world ) |
65
+ | BusIn | | [ BusIn Hello, World] ( ../apis/busin.html#busin-hello-world ) |
66
+ | BusOut | | [ BusOut Hello, World] ( ../apis/busout.html#busout-hello-world ) |
67
+ | BusInOut | | [ BusInOut Hello, World] ( ../apis/businout.html#businout-hello-world ) |
68
+ | PortIn | | [ PortIn Hello, World] ( ../apis/portin.html#portin-hello-world ) |
69
+ | PortOut | | [ PortOut Hello, World] ( ../apis/portout.html#portout-hello-world ) |
70
+ | PortInOut | | [ PortInOut Hello, World] ( ../apis/portinout.html#portinout-hello-world ) |
71
+ | PwmOut | [ PwmOut example] ( ../apis/pwmout.html#pwmout-code-examples ) | [ PwmOut Hello, World] ( ../apis/pwmout.html#pwmout-hello-world ) |
72
+ | InterruptIn | [ InterruptIn example] ( ../apis/interruptin.html#interruptin-example ) | [ InterruptIn Hello, World] ( ../apis/interruptin.html#interruptin-hello-world ) |
73
+
71
74
### Using USB APIs
72
75
73
76
| API | Examples | Tutorials |
0 commit comments