Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

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