summaryrefslogtreecommitdiffstats
path: root/pressure_control/firmware/valves.h
blob: 0f51a49273b244c7eeb1d69e6a73101ffeac7712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef VALVES_H_
#define VALVES_H_

#include <stdint.h>


enum valves_global_state {
	VALVES_IDLE,
	VALVES_FLOW_IN,
	VALVES_FLOW_OUT,
};

void valves_init(void);
void valves_global_switch(uint8_t state);

#endif /* VALVES_H_ */
bues.ch cgit interface