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.
Diff: Nucleo_Encoder_16_bits.h
- Revision:
- 3:d43c60d01569
- Parent:
- 2:3fcf36c1b1af
--- a/Nucleo_Encoder_16_bits.h Mon Dec 17 17:02:43 2018 +0000
+++ b/Nucleo_Encoder_16_bits.h Wed Dec 19 04:02:46 2018 +0000
@@ -4,7 +4,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 {