Modification du la bibliothèque de base

Dependents:   TestPID TestMot test PID ... more

Fork of Encoder_Nucleo_16_bits by IUT DE CACHAN GE1

Branch:
Haarkon_Way
Revision:
3:6eeee6a11f47
Parent:
1:e82009479b5c
--- 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