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

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