Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

19 rader
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 */