Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Encoder/Encoder.h@0:e3161ef4ffd9, 2019-09-16 (annotated)
- Committer:
- Ferryy
- Date:
- Mon Sep 16 10:17:12 2019 +0000
- Revision:
- 0:e3161ef4ffd9
Working version of rotary encoder readout software.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Ferryy | 0:e3161ef4ffd9 | 1 | #ifndef ENCODER_H |
Ferryy | 0:e3161ef4ffd9 | 2 | #define ENCODER_H |
Ferryy | 0:e3161ef4ffd9 | 3 | |
Ferryy | 0:e3161ef4ffd9 | 4 | void EncoderInit(TIM_Encoder_InitTypeDef * encoder, TIM_HandleTypeDef * timer, TIM_TypeDef * TIMx, uint32_t maxcount, uint32_t encmode); |
Ferryy | 0:e3161ef4ffd9 | 5 | |
Ferryy | 0:e3161ef4ffd9 | 6 | #endif |
Ferryy | 0:e3161ef4ffd9 | 7 |