From 6f19763ccbb01c211e75285d4bea7fd255dde247 Mon Sep 17 00:00:00 2001 From: AnnsAnn Date: Wed, 13 Nov 2024 15:02:26 +0100 Subject: [PATCH] examples/readme: Add subfolders example to categories --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 38187bb479..030edface3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,6 +18,7 @@ Here is a quick overview of the examples available in the RIOT: | [timer_periodic_wakeup](./timer_periodic_wakeup/README.md) | How to set up a periodic wakeup timer using the RIOT operating system. | | [ipc_pingpong](./ipc_pingpong/README.md) | This example is to illustrate the usage of RIOTs IPC messaging system. | | [filesystem](./filesystem/README.md) | This example showcases ways to interact/manage the filesystem in RIOT. | +| [subfolders](./subfolders/README.md) | This example demonstrates how to use subfolders in RIOT applications. | ### RIOT Language Bindings