Modification du la bibliothèque de base
Dependents: TestPID TestMot test PID ... more
Fork of Encoder_Nucleo_16_bits by
Revision 3:6eeee6a11f47, committed 2018-05-21
- Comitter:
- haarkon
- Date:
- Mon May 21 16:15:49 2018 +0000
- Branch:
- Haarkon_Way
- Parent:
- 2:916d277f09a1
- Commit message:
- Library made by someone else (working fine => untouched)
Changed in this revision
Nucleo_Encoder_16_bits.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 916d277f09a1 -r 6eeee6a11f47 Nucleo_Encoder_16_bits.h --- a/Nucleo_Encoder_16_bits.h Sun Jun 04 15:13:39 2017 +0000 +++ b/Nucleo_Encoder_16_bits.h Mon May 21 16:15:49 2018 +0000 @@ -5,8 +5,6 @@ void EncoderInit(TIM_Encoder_InitTypeDef * encoder, TIM_HandleTypeDef * timer, TIM_TypeDef * TIMx, uint32_t maxcount, uint32_t encmode); -namespace mbed{ - class Nucleo_Encoder_16_bits { public : @@ -26,6 +24,5 @@ }; -}// namespace mbed #endif \ No newline at end of file