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

#include <stdint.h>


void sensor_trigger_read(void);
void sensor_init(void);

/* Callback for sensor value reporting. */
extern void sensor_result(uint16_t millibar_result_value);

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