home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
-
- FILE
- pwm.h - declarations for pwm.c module
-
- LAST UPDATE
- 25 January 1988
-
- ***********************************************************************/
-
-
- #ifdef ANSI
-
- void setpfreq(double);
- void setdcycle(double);
- void pwm_init(int);
-
- #else
-
- void setpfreq();
- void setdcycle();
- void pwm_init();
-
- #endif
-