]> mj.ucw.cz Git - home-hw.git/blobdiff - Inc/app.h
BMP partial
[home-hw.git] / Inc / app.h
index b125b582124b926a2e562522c88aa315f921a084..9eb2b0dfd45f0aa9ffd56aec1421fd8d737e9102 100644 (file)
--- a/Inc/app.h
+++ b/Inc/app.h
@@ -16,4 +16,8 @@ void tx_packet_send(void);
 
 // bmp085.c
 
+extern s16 adjusted_temp;
+extern s16 adjusted_press;
+
 void bmp_init(void);
+void bmp_step(void);