Changeset 787

Show
Ignore:
Timestamp:
08/06/08 13:35:09 (3 months ago)
Author:
liamstask
Message:

- some more pwmout doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • firmware/trunk/libraries/pwmout/pwmout.c

    r774 r787  
    7979  The A and B channels of a PWM device can be set independently to be inverted, or not, from one another 
    8080  in order to control motors, lights, etc. 
     81   
     82  The simplest way to get started is simply with a call to PwmOut_SetActive() and then to  
     83  PwmOut_SetDuty() - this will allow you to control simple dimming and motors.  If you need to adjust timing,  
     84  inversion or other parameters, delve a bit deeper into the API above. 
     85   
     86  PwmOut relies on the internal \ref Pwm system.  See that page for more info on the timing issues  
     87  involved with the PWM Out system. 
    8188  \ingroup Libraries 
    8289  @{