You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/writing-your-own-application/nostd.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ The training contains:
13
13
*[A button example][button]
14
14
*[A button with an interrupt example][button-interrupt]
15
15
16
-
> ⚠️ **Note**: There are several examples covering the use of specific peripherals under the examples' folder of every SoC [`esp-hal`][esp-hal]. E.g. [`esp32c3-hal/examples`][esp32c3-hal-examples]
16
+
> ⚠️ **Note**: There are several examples covering the use of specific peripherals under the [`examples`][esp-hal-examples] folder [`esp-hal`][esp-hal]. For running instructions and device compatibility for a given example, refer to the [`examples` README][examples-readme].
0 commit comments