PER Firmware
Loading...
Searching...
No Matches
flow_rate.h
1#ifndef _FLOW_RATE_H
2#define _FLOW_RATE_H
3
4#include <stdbool.h>
5
6#include "main.h"
7#include "stm32f407xx.h"
8
9bool flowRateInit();
10uint32_t getFlowRate1();
11uint32_t getFlowRate2();
12
13#endif // _FLOW_RATE_H