Skip to content

Commit f41c646

Browse files
committed
Merge branch 'docu_library' into github_main
2 parents 19e3cf9 + 7da2cee commit f41c646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Library/Timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Timer allocation:
9090
* **TIM2**: delays
9191
* **TIM4**: DAC sampling
9292

93-
{: .warning }
93+
{: .WARNING }
9494
Avoid reusing occupied timers. Refer to [STM32H747 Reference Manual] to find free available timers. Be aware, future updates will assign dedicated timers to each ADC/DAC separately, which may occupy your custom timer.
9595

9696
### Frequency settings

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: SensEdu Shield
2-
description: SensEdu development shield
2+
description: An educational development board designed to simplify entry into RADAR and communications research. Runs on the Arduino GIGA R1 WiFi, providing industry-standard embedded development experience while remaining beginner-friendly. SensEdu is perfect for students looking for a smooth introduction to this field, offering an easy-to-understand yet highly modifiable software and hardware environment.
33
theme: just-the-docs
44

55
baseurl: "/SensEdu"

0 commit comments

Comments
 (0)