encoder.dox
来自「ATMEL的AVR单片机库文件」· DOX 代码 · 共 6 行
DOX
6 行
/** \defgroup encoder encoder: Quadrature Encoder Driver
This library provides an interface to standard quadrature encoders (used for sensing shaft rotational position and speed). The library uses external interrupts to sense and keep track of the encoder's movements. The library is extendable with the maximum number of encoders equal to the total number of external interrupts available on the target AVR processor.
\note Library tested to work but processor compatibility is still being worked out
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?