9 lines
122 B
C
9 lines
122 B
C
#ifndef FAN_PWM_H
|
|
#define FAN_PWM_H
|
|
|
|
/* Sets the pwm speed of the robots fan device */
|
|
void set_fanPWM(int pwm);
|
|
|
|
|
|
#endif
|