on test and not completed based on nucleo_hello_encoder library

Dependencies:   mbed

Fork of Nucleo_Hello_Encoder by David Lowe

Committer:
c128
Date:
Tue Sep 29 06:42:15 2015 +0000
Revision:
1:3d2fffa6e19f
on test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
c128 1:3d2fffa6e19f 1 #ifndef COUNTER_H
c128 1:3d2fffa6e19f 2 #define COUNTER_H
c128 1:3d2fffa6e19f 3
c128 1:3d2fffa6e19f 4 void CounterInit(TIM_IC_InitTypeDef counterSet, TIM_HandleTypeDef timer, TIM_TypeDef *TIMx, uint32_t maxcount);
c128 1:3d2fffa6e19f 5
c128 1:3d2fffa6e19f 6 #endif