Files
Troposphere/troposphere_lib/include/dev/fan_pwm.h
T

9 lines
122 B
C
Raw Normal View History

2026-07-29 03:36:26 +03:00
#ifndef FAN_PWM_H
#define FAN_PWM_H
/* Sets the pwm speed of the robots fan device */
void set_fanPWM(int pwm);
#endif