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
9
bool
flowRateInit();
10
uint32_t getFlowRate1();
11
uint32_t getFlowRate2();
12
13
#endif
// _FLOW_RATE_H
source
pdu
flow_rate
flow_rate.h
Generated by
1.12.0