made func

This commit is contained in:
Inamr 2024-03-13 13:58:14 +01:00
parent a0fa78405a
commit b7e6bb6d04
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1 +1,5 @@
#include "fan speeeed.h"
int speed(int internal_voltage){
return ;
}