Ejemplo n.º 1
0
 /// <summary>Registers a PWM Pin Mapper method</summary>
 /// <param name="mapper">The mapper method</param>
 public static void RegisterPWMPinMapper(PWMPinMapper mapper)
 {
     _PWMPinMapper = mapper;
 }
 /// <summary>Registers a PWM Pin Mapper method</summary>
 /// <param name="mapper">The mapper method</param>
 public static void RegisterPWMPinMapper(PWMPinMapper mapper)
 {
     _PWMPinMapper = mapper;
 }