a

Dependencies:   Locate Move Servo button mbed

Fork of 3servotest by 涼太郎 中村

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Encoder.h Source File

Encoder.h

00001 #ifndef ENCODER_H
00002 #define ENCODER_H
00003 
00004 void EncoderInit(TIM_Encoder_InitTypeDef * encoder, TIM_HandleTypeDef * timer, TIM_TypeDef * TIMx, uint32_t maxcount, uint32_t encmode);
00005 
00006 #endif