hi
Fork of Nucleo_Hello_Encoder by
Encoder/Encoder.h
- Committer:
- gregeric
- Date:
- 2015-10-04
- Revision:
- 1:cd7b42c99ff8
- Parent:
- 0:ee5cb967aa17
File content as of revision 1:cd7b42c99ff8:
#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