Skip to content

Commit 059ee47

Browse files
committed
Fixed broken links
1 parent 5a6fec4 commit 059ee47

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,24 @@ Here follows a brief description of each demo for quick reference. For a more in
5858

5959
| Demo | Category | Description |
6060
|-------------------------------------------------------|-------------------|-----------------------------------------------------------------------|
61-
| [blinky-button-demo](./blinky-button-demo/README.md) | Hello World | Blinky button demo |
62-
| [ccm-demo](./ccm-demo/README.md) | Encryption | Cipher block chaining - message authentication code (CCM) mode demo |
63-
| [comp-demo](./comp-demo/README.md) | Analog Pins | Voltage comparator peripheral demo |
64-
| [ecb-demo](./ecb-demo/README.md) | Encryption | AES electronic codebook mode encryption demo |
65-
| [gpiote-demo](./gpiote-demo/README.md) | Digital Pins | General-Purpose Input Output Tasks and Events module demo |
66-
| [i2s-controller-demo](./i2s-controller-demo/README.md)| Audio | Inter-IC Sound interface "controller mode (aka master mode)" demo |
67-
| [i2s-peripheral-demo](./i2s-peripheral-demo/README.md)| Audio | Inter-IC Sound interface "peripheral mode (aka slave mode)" demo |
68-
| [lpcomp-demo](./lpcomp-demo/README.md) | Analog Pins | Low power voltage comparator demo |
69-
| [ppi-demo](./ppi-demo/README.md) | Channels | Programmable peripheral interconnect (PPI) demo |
70-
| [pwm-demo](./pwm-demo/README.md) | Digital Pins | Pulse width modulation demo |
71-
| [qdec-demo](./qdec-demo/README.md) | Sensor Decoding | Quadrature sensor decoder (QDEC) demo |
72-
| [rtic-demo](./rtic-demo/README.md) | Framework | The Real-Time Interrupt-driven Concurrency framework demo |
73-
| [spi-demo](./spi-demo/README.md) | Digital Pins | Serial peripheral interface master (SPIM) with EasyDMA demo |
74-
| [spis-demo](./spis-demo/README.md) | Digital Pins | Serial peripheral interface slave (SPIS) demo |
75-
| [twi-ssd1306](./twi-ssd1306/README.md) | Digital Pins | I2C compatible Two-Wire Interface with the SSD1306 OLED Display demo |
76-
| [twim-demo](./twim-demo/README.md) | Digital Pins | I2C compatible Two-Wire Interface Master mode demo |
77-
| [twis-demo](./twis-demo/README.md) | Digital Pins | I2C compatible Two-Wire Interface Slave mode demo |
78-
| [wdt-demo](./wdt-demo/README.md) | Timer | Watchdog timer demo |
61+
| [blinky-button-demo](./examples/blinky-button-demo/README.md) | Hello World | Blinky button demo |
62+
| [ccm-demo](./examples/ccm-demo/README.md) | Encryption | Cipher block chaining - message authentication code (CCM) mode demo |
63+
| [comp-demo](./examples/comp-demo/README.md) | Analog Pins | Voltage comparator peripheral demo |
64+
| [ecb-demo](./examples/ecb-demo/README.md) | Encryption | AES electronic codebook mode encryption demo |
65+
| [gpiote-demo](./examples/gpiote-demo/README.md) | Digital Pins | General-Purpose Input Output Tasks and Events module demo |
66+
| [i2s-controller-demo](./examples/i2s-controller-demo/README.md)| Audio | Inter-IC Sound interface "controller mode (aka master mode)" demo |
67+
| [i2s-peripheral-demo](./examples/i2s-peripheral-demo/README.md)| Audio | Inter-IC Sound interface "peripheral mode (aka slave mode)" demo |
68+
| [lpcomp-demo](./examples/lpcomp-demo/README.md) | Analog Pins | Low power voltage comparator demo |
69+
| [ppi-demo](./examples/ppi-demo/README.md) | Channels | Programmable peripheral interconnect (PPI) demo |
70+
| [pwm-demo](./examples/pwm-demo/README.md) | Digital Pins | Pulse width modulation demo |
71+
| [qdec-demo](./examples/qdec-demo/README.md) | Sensor Decoding | Quadrature sensor decoder (QDEC) demo |
72+
| [rtic-demo](./examples/rtic-demo/README.md) | Framework | The Real-Time Interrupt-driven Concurrency framework demo |
73+
| [spi-demo](./examples/spi-demo/README.md) | Digital Pins | Serial peripheral interface master (SPIM) with EasyDMA demo |
74+
| [spis-demo](./examples/spis-demo/README.md) | Digital Pins | Serial peripheral interface slave (SPIS) demo |
75+
| [twi-ssd1306](./examples/twi-ssd1306/README.md) | Digital Pins | I2C compatible Two-Wire Interface with the SSD1306 OLED Display demo |
76+
| [twim-demo](./examples/twim-demo/README.md) | Digital Pins | I2C compatible Two-Wire Interface Master mode demo |
77+
| [twis-demo](./examples/twis-demo/README.md) | Digital Pins | I2C compatible Two-Wire Interface Slave mode demo |
78+
| [wdt-demo](./examples/wdt-demo/README.md) | Timer | Watchdog timer demo |
7979

8080

8181
## Running the Examples

0 commit comments

Comments
 (0)