Copyright (c) 2020 IACE. More...
Go to the source code of this file.
Classes | |
| class | TIMER::Encoder |
| Quadrature Encoder support. More... | |
| struct | TIMER::Encoder::Conf |
| Encoder constructor. More... | |
Copyright (c) 2020 IACE.
| struct TIMER::Encoder::Conf |
Encoder constructor.
make sure the pins for the encoder are on channels 1 and 2 of the used timer.
| tim | Microcontroller Timer Peripheral (e.g. TIM2) |
| a | Alternate Function initialized pin A |
| b | Alternate Function initialized pin B |
| factor | all encompassing conversion factor from encoder value to needed unit Examples:
|