From 4b0babc1b1daaece0d8de672f98adaf6cff5cdac Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 18 Oct 2008 23:47:05 +0200 Subject: Add a loooot of stuff to pressure_control Signed-off-by: Michael Buesch --- pressure_control/firmware/sensor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pressure_control/firmware/sensor.h') diff --git a/pressure_control/firmware/sensor.h b/pressure_control/firmware/sensor.h index dd03e29..a6230ad 100644 --- a/pressure_control/firmware/sensor.h +++ b/pressure_control/firmware/sensor.h @@ -4,6 +4,10 @@ #include +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_ */ -- cgit v1.2.3