source: trunk/firmware_v2/SES/inc/fan.h

Last change on this file was 30, checked in by f.jahn, 42 hours ago
File size: 126 bytes
Line 
1#ifndef __FAN_H
2#define __FAN_H
3
4
5
6
7void FAN_SetSpeed(unsigned speed);
8unsigned FAN_GetLastSpeed(void);
9
10
11#endif
12
Note: See TracBrowser for help on using the repository browser.