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.
Diff: Encoder/Encoder.h
- Revision:
- 1:cd7b42c99ff8
- Parent:
- 0:ee5cb967aa17
diff -r ee5cb967aa17 -r cd7b42c99ff8 Encoder/Encoder.h --- a/Encoder/Encoder.h Sat Jan 10 20:06:07 2015 +0000 +++ b/Encoder/Encoder.h Sun Oct 04 11:58:58 2015 +0000 @@ -1,6 +1,6 @@ #ifndef ENCODER_H #define ENCODER_H -void EncoderInit(TIM_Encoder_InitTypeDef encoder, TIM_HandleTypeDef timer, TIM_TypeDef *TIMx, uint32_t maxcount, uint32_t encmode); +void EncoderInit(TIM_Encoder_InitTypeDef * encoder, TIM_HandleTypeDef * timer, TIM_TypeDef * TIMx, uint32_t maxcount, uint32_t encmode); #endif \ No newline at end of file