Ejemplo n.º 1
0
 /// <summary>
 /// TODO really needs to be a Free() method in this interface
 /// this is actually in the wrong order -- should be done AFTER the command
 /// </summary>
 /// <param name="rManager"></param>
 /// <returns></returns>
 public bool Alloc(Device.IResourceManager rManager)
 {
     rManager.Free(new Resource(ResourceType.PIN, PwmDef.PinSpec.Pin));
     rManager.Free(new Resource(ResourceType.OUTCOMPARE, this.PwmDef.PwmNumber));
     return(true);
 }
 public bool Alloc(Device.IResourceManager rManager)
 {
     rManager.Free(new Resource(ResourceType.PIN, PinDef.Pin));
     return(true);
 }