aboutsummaryrefslogtreecommitdiff
path: root/barometer.h
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-02-14 00:01:13 +1300
committerDavid Phillips <david@yeah.nah.nz>2021-02-14 00:05:23 +1300
commit5d40c94a0fa181d08a4afc5e8e9fd1b4c132ecab (patch)
treea6e61e2edc44e27f2a4dd2662527ad35ae661bce /barometer.h
parent06c7bb3ab139320fcc6c4f1e94b8a58a872c7e14 (diff)
downloadaltimeter-5d40c94a0fa181d08a4afc5e8e9fd1b4c132ecab.tar.xz
Implement barometer reset/init
Diffstat (limited to 'barometer.h')
-rw-r--r--barometer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/barometer.h b/barometer.h
index 8277665..8bb51f7 100644
--- a/barometer.h
+++ b/barometer.h
@@ -1,3 +1,4 @@
#pragma once
+void barometer_init(void);
float barometer_read(void);