summaryrefslogtreecommitdiffstats
path: root/pressure_control/firmware/sensor.h
blob: dd03e29bf6cdb91bd561e3d7d40526e3ff10485b (plain)
1
2
3
4
5
6
7
8
9
#ifndef SENSOR_H_
#define SENSOR_H_

#include <stdint.h>


void sensor_init(void);

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