lib_PwmOutAllPin permet de créer des PwmOut sur toutes les DigitalOut du Mbed. YSI

Revision:
5:0f5ad06f23c0
Parent:
4:22942b7e1635
--- a/lib_PwmOutAllPin.h	Wed May 04 10:54:33 2016 +0000
+++ b/lib_PwmOutAllPin.h	Wed May 04 12:16:13 2016 +0000
@@ -1,4 +1,4 @@
-/** Lib PwmOutAllPin
+/** Lib PwmOutAllPin using TimeOut
 *
 * Copyright (c) 2014, cstyles (http://mbed.org)
 *
@@ -33,12 +33,13 @@
 #define DEF_lib_PwmOutAllPin_H
 
 #include "mbed.h"
-
+/** PwmOutAllPin class
+ */
 class PwmOutAllPin : public Timeout
 {
 	public:
 	/** Crée un PwmOutAllPin connecté à la pin spécifiée
-	 *
+	 *	@note init period 20ms and duty cycle 0%
 	 *  @param pin Pin à connecter
 	 */
     PwmOutAllPin(PinName pin);