on test and not completed based on nucleo_hello_encoder library

Dependencies:   mbed

Fork of Nucleo_Hello_Encoder by David Lowe

Encoder/counter.h

Committer:
c128
Date:
2015-09-29
Revision:
1:3d2fffa6e19f

File content as of revision 1:3d2fffa6e19f:

#ifndef COUNTER_H
#define COUNTER_H

void CounterInit(TIM_IC_InitTypeDef counterSet, TIM_HandleTypeDef timer, TIM_TypeDef *TIMx, uint32_t maxcount);

#endif