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:f12d257b587e, 2016-09-01 (annotated)
- Committer:
- sakanakuuun
- Date:
- Thu Sep 01 05:13:31 2016 +0000
- Revision:
- 0:f12d257b587e
;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sakanakuuun | 0:f12d257b587e | 1 | #ifndef ENCODER_H |
sakanakuuun | 0:f12d257b587e | 2 | #define ENCODER_H |
sakanakuuun | 0:f12d257b587e | 3 | |
sakanakuuun | 0:f12d257b587e | 4 | void EncoderInit(TIM_Encoder_InitTypeDef * encoder, TIM_HandleTypeDef * timer, TIM_TypeDef * TIMx, uint32_t maxcount, uint32_t encmode); |
sakanakuuun | 0:f12d257b587e | 5 | |
sakanakuuun | 0:f12d257b587e | 6 | #endif |