mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-28 02:31:56 +01:00
9 lines
195 B
C
9 lines
195 B
C
#ifndef EMC2101_H_
|
|
#define EMC2101_H_
|
|
|
|
void EMC2101_set_fan_speed(float);
|
|
void EMC2101_read(void);
|
|
uint32_t EMC2101_get_fan_speed(void);
|
|
void EMC2101_set_config(uint8_t);
|
|
|
|
#endif /* EMC2101_H_ */ |