mikrokontrollersystemer-pro.../prosjekt.X/fan speeeed.h
2024-03-13 13:58:14 +01:00

26 lines
321 B
C

/*
* File: fanseeeed.h
* Author: inami
*
* Created on 13. mars 2024, 13:38
*/
#include "uart.h"
#include "voltage.h"
#ifndef FANSEEEED_H
#define FANSEEEED_H
#ifdef __cplusplus
extern "C" {
#endif
int speed(uint16_t adcVal);
#ifdef __cplusplus
}
#endif
#endif /* FANSEEEED_H */