You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 line
282 B

  1. /*
  2. * File: PWMCtrl.h
  3. * Author: JF
  4. *
  5. * Created on November 29, 2018, 5:24 PM
  6. */
  7. #ifndef PWMCTRL_H
  8. #define PWMCTRL_H
  9. #define REVERSE_POLARITY
  10. void PWMSetValue(unsigned int percent);
  11. void PWMShutDown();
  12. void PWMSetAbsoluteValue(unsigned int value);
  13. #endif /* PWMCTRL_H */