made func
This commit is contained in:
parent
a0fa78405a
commit
b7e6bb6d04
@ -4,6 +4,8 @@
|
|||||||
*
|
*
|
||||||
* Created on 13. mars 2024, 13:38
|
* Created on 13. mars 2024, 13:38
|
||||||
*/
|
*/
|
||||||
|
#include "uart.h"
|
||||||
|
#include "voltage.h"
|
||||||
|
|
||||||
#ifndef FANSEEEED_H
|
#ifndef FANSEEEED_H
|
||||||
#define FANSEEEED_H
|
#define FANSEEEED_H
|
||||||
@ -12,7 +14,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int speed(uint16_t adcVal);
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
#include "fan speeeed.h"
|
||||||
|
|
||||||
|
int speed(int internal_voltage){
|
||||||
|
return ;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user