diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-06-28 22:35:28 +0200 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-06-28 22:35:28 +0200 |
commit | 7b8e263f8cd26a8c0413eed3560d44a615f812d5 (patch) | |
tree | 054d4efa7cca7f358afa52d13d2bb687a6ad278f /os | |
parent | 7cb533cd20720b48c882261922cb12b572bcbf9b (diff) | |
download | ChibiOS-Contrib-7b8e263f8cd26a8c0413eed3560d44a615f812d5.tar.gz ChibiOS-Contrib-7b8e263f8cd26a8c0413eed3560d44a615f812d5.tar.bz2 ChibiOS-Contrib-7b8e263f8cd26a8c0413eed3560d44a615f812d5.zip |
info
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_qei_lld.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/hal_qei_lld.h b/os/hal/ports/NRF51/NRF51822/hal_qei_lld.h index 40c751c..e4e89b6 100644 --- a/os/hal/ports/NRF51/NRF51822/hal_qei_lld.h +++ b/os/hal/ports/NRF51/NRF51822/hal_qei_lld.h @@ -18,6 +18,10 @@ * @file NRF51/hal_qei_lld.h
* @brief NRF51 QEI subsystem low level driver header.
*
+ * @note Not tested with LED pin
+ *
+ * @note Pins are configured as input with no pull.
+ *
* @addtogroup QEI
* @{
*/
|