Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ARAI45th by
Encoder/Encoder.h
- Committer:
- sakanakuuun
- Date:
- 2016-09-01
- Revision:
- 0:f12d257b587e
File content as of revision 0:f12d257b587e:
#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