Yamian

pwm.h (16F877A-Showtime)

Mar 21st, 2016 (edited)
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #ifndef __PWM_H
  2.     #define __PWM_H
  3.     void _SetDutyPWM1(unsigned int DutyCycle);
  4.     void _SetUpPWM1(void);
  5.     void _SetDutyPWM2(unsigned int DutyCycle);
  6.     void _SetUpPWM2(void);
  7. #endif
Add Comment
Please, Sign In to add comment