Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

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