]> mj.ucw.cz Git - home-hw.git/blobdiff - Inc/app.h
BMP085 basics
[home-hw.git] / Inc / app.h
index 1fb9965a7bc461b2d7e13b6fb01944f9313bb513..b125b582124b926a2e562522c88aa315f921a084 100644 (file)
--- a/Inc/app.h
+++ b/Inc/app.h
@@ -13,3 +13,7 @@ extern byte tx_packet[64];
 extern volatile byte rx_packet_state, tx_packet_state;
 
 void tx_packet_send(void);
+
+// bmp085.c
+
+void bmp_init(void);