home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s300 / 1.ddi / CHAP3 / PWM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-02  |  422 b   |  25 lines

  1. /***********************************************************************
  2.  
  3. FILE
  4.     pwm.h  -  declarations for pwm.c module
  5.  
  6. LAST UPDATE
  7.     25 January 1988
  8.  
  9. ***********************************************************************/
  10.  
  11.  
  12. #ifdef ANSI
  13.  
  14. void    setpfreq(double);
  15. void    setdcycle(double);
  16. void    pwm_init(int);
  17.  
  18. #else
  19.  
  20. void    setpfreq();
  21. void    setdcycle();
  22. void    pwm_init();
  23.  
  24. #endif
  25.