Skip to content

Commit 8f25920

Browse files
author
Amanda Butler
authored
Add alarm tutorial to tutorials_intro.md
Add alarm tutorial to drivers table, and rearrange examples, so examples and tutorials are grouped by content.
1 parent 7ef53c2 commit 8f25920

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -78,59 +78,60 @@ These tutorials and examples show you how to perform specific tasks that use the
7878
<tbody>
7979
<tr>
8080
<td><a href="application-flow-control.html">Flow control tutorial</a></td>
81-
<td><a href="../apis/digitalin.html#digitalin-example">DigitalIn example</a></td>
82-
<td><a href="../apis/portinout.html#portinout-hello-world">PortInOut hello, world</a></td>
83-
<td><a href="../apis/lowpowerticker.html#lowpowerticker-example">LowPowerTicker example</a></td>
84-
<td><a href="/apis/spislave.html#spislave-example">SPISlave example</a></td>
81+
<td><a href="../apis/analogin.html#analogin-examples">AnalogIn examples</a></td>
82+
<td><a href="../apis/portin.html#portin-hello-world">PortIn hello, world</a></td>
83+
<td><a href="../apis/lowpowertimer.html#lowpowertimer-example">LowPowerTimer example</a></td>
84+
<td><a href="../apis/i2cslave.html#i2cslave-example">I2CSlave example</a></td>
8585
</tr>
8686
<tr>
8787
<td><a href="../apis/ticker.html#ticker-hello-world">Ticker hello, world</a></td>
88-
<td><a href="../apis/digitalout.html#digitalout-hello-world">DigitalOut hello, world</a></td>
89-
<td><a href="../apis/pwmout.html#pwmout-hello-world">PwmOut hello, world</a></td>
90-
<td><a href="../apis/lowpowertimeout.html#lowpowertimeout-example">LowPowerTimeout example</a></td>
91-
<td><a href="../apis/quadspi-qspi.html#quadspi-example">QuadSPI example</a></td>
88+
<td><a href="../apis/analogout.html#analogout-hello-world">AnalogOut hello, world</a></td>
89+
<td><a href="../apis/portout.html#portout-hello-world">PortOut hello, world</a></td>
90+
<td><a href="../apis/rawserial.html#rawserial-hello-world">RawSerial hello, world</a></td>
91+
<td><a href="../apis/mbedcrc.html#mbedcrc-examples">MbedCRC examples</a></td>
9292
</tr>
9393
<tr>
9494
<td><a href="../apis/ticker.html#ticker-examples">Ticker example</a></td>
95-
<td><a href="../apis/digitalinout.html#digitalinout-hello-world">DigitalInOut hello, world</a></td>
96-
<td><a href="../apis/pwmout.html#pwmout-code-examples">PwmOut examples</a></td>
97-
<td><a href="../apis/lowpowertimer.html#lowpowertimer-example">LowPowerTimer example</a></td>
98-
<td><a href="../apis/i2c.html#i2c-hello-world">I2CSlave hello, world</a></td>
95+
<td><a href="../apis/analogout.html#analogout-example">AnalogOut example</a></td>
96+
<td><a href="../apis/portinout.html#portinout-hello-world">PortInOut hello, world</a></td>
97+
<td><a href="../apis/rawserial.html#rawserial-examples">RawSerial examples</a></td>
98+
<td><a href="../apis/can.html#can-hello-world">CAN hello, world</a></td>
9999
</tr>
100100
<tr>
101-
<td><a href="../apis/analogin.html#analogin-hello-world">AnalogIn hello, world</a></td>
102-
<td><a href="../apis/busin.html#busin-hello-world">BusIn hello, world</a></td>
103-
<td><a href="../apis/interruptin.html#interruptin-hello-world">InterruptIn hello, world</a></td>
104-
<td><a href="../apis/rawserial.html#rawserial-hello-world">RawSerial hello, world</a></td>
105-
<td><a href="../apis/i2cslave.html#i2cslave-example">I2CSlave example</a></td>
101+
<td><a href="../tutorials/alarm-tutorial.html">Alarm tutorial</a></td>
102+
<td><a href="../apis/digitalin.html#digitalin-hello-world">DigitalIn hello, world</a></td>
103+
<td><a href="../apis/pwmout.html#pwmout-hello-world">PwmOut hello, world</a></td>
104+
<td><a href="../apis/serial.html#serial-hello-world">Serial hello, world</a></td>
106105
</tr>
107106
<tr>
108-
<td><a href="../apis/analogin.html#analogin-examples">AnalogIn examples</a></td>
109-
<td><a href="../apis/busout.html#busout-hello-world">BusOut hello, world</a></td>
110-
<td><a href="../apis/interruptin.html#interruptin-example">InterruptIn example</a></td>
111-
<td><a href="../apis/rawserial.html#rawserial-examples">RawSerial examples</a></td>
112-
<td><a href="mbedcrc.html">MbedCRC</a></td>
107+
<td><a href="../apis/digitalout.html#digitalout-hello-world">DigitalOut hello, world</a></td>
108+
<td><a href="../apis/digitalin.html#digitalin-example">DigitalIn example</a></td>
109+
<td><a href="../apis/pwmout.html#pwmout-code-examples">PwmOut examples</a></td>
110+
<td><a href="../apis/serial.html#serial-examples">Serial examples</a></td>
113111
</tr>
114112
<tr>
115-
<td><a href="../apis/analogout.html#analogout-hello-world">AnalogOut hello, world</a></td>
116-
<td><a href="../apis/businout.html#businout-hello-world">BusInOut hello, world</a></td>
113+
<td><a href="../apis/interruptin.html#interruptin-hello-world">InterruptIn hello, world</a></td>
114+
<td><a href="../apis/digitalinout.html#digitalinout-hello-world">DigitalInOut hello, world</a></td>
117115
<td><a href="../apis/timeout.html#timeout-hello-world">Timeout hello, world</a></td>
118-
<td><a href="../apis/serial.html#serial-hello-world">Serial hello, world</a></td>
119-
<td><a href="serial.html">Serial</a></td>
116+
<td><a href="../apis/spi.html#spi-hello-world">SPI hello, world</a></td>
120117
</tr>
121118
<tr>
122-
<td><a href="../apis/analogout.html#analogout-example">AnalogOut example</a></td>
123-
<td><a href="../apis/portin.html#portin-hello-world">PortIn hello, world</a></td>
119+
<td><a href="../apis/interruptin.html#interruptin-example">InterruptIn example</a></td>
120+
<td><a href="../apis/busin.html#busin-hello-world">BusIn hello, world</a></td>
124121
<td><a href="../apis/timeout.html#timeout-example">Timeout example</a></td>
125-
<td><a href="../apis/serial.html#serial-examples">Serial examples</a></td>
126-
<td><a href="../apis/can.html#can-hello-world">CAN hello, world</a></td>
122+
<td><a href="/apis/spislave.html#spislave-example">SPISlave example</a></td>
127123
</tr>
128124
<tr>
129-
<td><a href="../apis/digitalin.html#digitalin-hello-world">DigitalIn hello, world</a></td>
130-
<td><a href="../apis/portout.html#portout-hello-world">PortOut hello, world</a></td>
125+
<td><a href="../apis/lowpowerticker.html#lowpowerticker-example">LowPowerTicker example</a></td>
126+
<td><a href="../apis/busout.html#busout-hello-world">BusOut hello, world</a></td>
131127
<td><a href="../apis/timer.html#timer-hello-world">Timer hello, world</a></td>
132-
<td><a href="../apis/spi.html#spi-hello-world">SPI hello, world</a></td>
133-
<td><a href="../apis/mbedcrc.html#mbedcrc-examples">MbedCRC examples</a></td>
128+
<td><a href="../apis/quadspi-qspi.html#quadspi-example">QuadSPI example</a></td>
129+
</tr>
130+
<tr>
131+
<td><a href="../apis/analogin.html#analogin-hello-world">AnalogIn hello, world</a></td>
132+
<td><a href="../apis/businout.html#businout-hello-world">BusInOut hello, world</a></td>
133+
<td><a href="../apis/lowpowertimeout.html#lowpowertimeout-example">LowPowerTimeout example</a></td>
134+
<td><a href="../apis/i2c.html#i2c-hello-world">I2CSlave hello, world</a></td>
134135
</tr>
135136
</tbody>
136137
</table>

0 commit comments

Comments
 (0)