diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-05-16 20:56:46 +0300 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2016-05-16 20:56:46 +0300 |
commit | aefe1f951b166e3e6043c6126ddcb42299eae4e7 (patch) | |
tree | 092efc70e3fcea537317a8f8e1a48d5cf836d1a2 /testhal/STM32/STM32F1xx/qei/readme.txt | |
parent | b0dd73442bc0e0cd62a963b431aa9a72c6e86953 (diff) | |
parent | 4a36fb944b854eb91e74ce18a7b2cb0cedf7d0d1 (diff) | |
download | ChibiOS-Contrib-aefe1f951b166e3e6043c6126ddcb42299eae4e7.tar.gz ChibiOS-Contrib-aefe1f951b166e3e6043c6126ddcb42299eae4e7.tar.bz2 ChibiOS-Contrib-aefe1f951b166e3e6043c6126ddcb42299eae4e7.zip |
Merge pull request #72 from pl4nkton/add_qei_driver
Add qei driver
Diffstat (limited to 'testhal/STM32/STM32F1xx/qei/readme.txt')
-rw-r--r-- | testhal/STM32/STM32F1xx/qei/readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/qei/readme.txt b/testhal/STM32/STM32F1xx/qei/readme.txt new file mode 100644 index 0000000..04f8f46 --- /dev/null +++ b/testhal/STM32/STM32F1xx/qei/readme.txt @@ -0,0 +1,27 @@ +*****************************************************************************
+** ChibiOS/HAL - qei driver demo for STM32F1xx. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex STM32_103STK board.
+
+** The Demo **
+
+The application demonstrates the use of the STM32F1xx QEI encoder driver.
+
+** Board Setup **
+
+To use demo you have to connect an encoder to one of the timers that support
+the encoder mode to ch1 and ch2 and add an external pullup resistor to 3V3.
+For good results add 100n capacitors to GND.
+
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are copyright of
+ST Microelectronics and are licensed under a different license.
+Also note that not all the files present in the ST library are distributed
+with ChibiOS/RT, you can find the whole library on the ST web site:
+
+ http://www.st.com
|