a
Dependencies: Locate Move Servo button mbed
Fork of 4thcomp by
Diff: Encoder/Encoder.h
- Revision:
- 0:f12d257b587e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Encoder/Encoder.h Thu Sep 01 05:13:31 2016 +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