hi
Fork of Nucleo_Hello_Encoder by
Diff: Encoder/Encoder.h
- Revision:
- 0:ee5cb967aa17
- Child:
- 1:cd7b42c99ff8
diff -r 000000000000 -r ee5cb967aa17 Encoder/Encoder.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Encoder/Encoder.h Sat Jan 10 20:06:07 2015 +0000 @@ -0,0 +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); + +#endif \ No newline at end of file