X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Inc%2Fapp.h;h=acae0ae4800437aa238b8edbd9875574581a94f3;hb=47323abef3896f85d87aadf3d6ef849176cd44d8;hp=9eb2b0dfd45f0aa9ffd56aec1421fd8d737e9102;hpb=69ae7174efb1e114935c2edd63ea34310723375f;p=home-hw.git diff --git a/Inc/app.h b/Inc/app.h index 9eb2b0d..acae0ae 100644 --- a/Inc/app.h +++ b/Inc/app.h @@ -19,5 +19,9 @@ void tx_packet_send(void); extern s16 adjusted_temp; extern s16 adjusted_press; +extern volatile byte *bmp_i2c_ptr; +extern volatile byte bmp_i2c_len; +extern volatile byte bmp_i2c_addr; + void bmp_init(void); void bmp_step(void);