aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/PWM/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/PWM/readme.txt')
-rw-r--r--testhal/STM32/PWM/readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/testhal/STM32/PWM/readme.txt b/testhal/STM32/PWM/readme.txt
index 4c3fdf2fa..97476205d 100644
--- a/testhal/STM32/PWM/readme.txt
+++ b/testhal/STM32/PWM/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/RT HAL - PWM driver demo for STM32. **
+** ChibiOS/RT HAL - PWM/ICU driver demo for STM32. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,9 @@ The demo will on an Olimex STM32-P103 board.
** The Demo **
-The application demonstrates the use of the STM32 PWM driver.
+The application demonstrates the use of the STM32 PWM and ICU drivers. Pins
+PA8 and PB6 must be connected in order to trigger the ICU input with the
+PWM output. The ICU unit will measure the generated PWM.
** Build Procedure **