on test and not completed based on nucleo_hello_encoder library

Dependencies:   mbed

Fork of Nucleo_Hello_Encoder by David Lowe

Committer:
c128
Date:
Wed Sep 30 08:15:19 2015 +0000
Revision:
4:26948bebef6c
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
c128 4:26948bebef6c 1 #ifndef ENCODER_H
c128 4:26948bebef6c 2 #define ENCODER_H
c128 4:26948bebef6c 3
c128 4:26948bebef6c 4 void EncoderInit(TIM_Encoder_InitTypeDef encoder, TIM_HandleTypeDef timer, TIM_IC_InitTypeDef counterSet, TIM_TypeDef *TIMx, uint32_t maxcount, uint32_t encmode);
c128 4:26948bebef6c 5
c128 4:26948bebef6c 6 #endif