source: trunk/firmware_v4/SES/inc/fan.h@ 42

Last change on this file since 42 was 42, checked in by f.jahn, 5 days ago
File size: 126 bytes
RevLine 
[42]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.