microtrigger / ardu-imu

Automatically exported from code.google.com/p/ardu-imu
0 stars 0 forks source link

Use Barometer 1 errors #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all 

I just got my arduimu v3 and its pretty easy to use thus far but I want to 
incorporate a BMP085 pressure sensor and when I put use barometer to 1 I get 
errors.

Output:87: error: 'temp_unfilt' was not declared in this scope
Output:88: error: 'alti' was not declared in this scope
Output:90: error: 'press' was not declared in this scope
Output:93: error: 'press_alt' was not declared in this scope

Have these declarations been forgoten in the updated code? where would I put 
the declarations?

Thanks

Original issue reported on code.google.com by nturpi...@gmail.com on 27 Sep 2012 at 1:19