Rev 2106 | Rev 2133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2106 | Rev 2109 | ||
---|---|---|---|
Line 162... | Line 162... | ||
162 | 3503 mV = 5V(0.009P-0.095) P = 88.4 kPa h = 384m Diff: 1079.5m |
162 | 3503 mV = 5V(0.009P-0.095) P = 88.4 kPa h = 384m Diff: 1079.5m |
163 | Pressure at sea level: 101.3 kPa. voltage: 5V * (0.009P-0.095) = 4.0835V |
163 | Pressure at sea level: 101.3 kPa. voltage: 5V * (0.009P-0.095) = 4.0835V |
164 | This is OCR2 = 143.15 at 1.5V in --> simple pressure = |
164 | This is OCR2 = 143.15 at 1.5V in --> simple pressure = |
165 | */ |
165 | */ |
Line 166... | Line 166... | ||
166 | 166 | ||
167 | extern uint16_t simpleAirPressure; |
167 | #define AIRPRESSURE_WINDOW_LENGTH 32 |
Line 168... | Line 168... | ||
168 | extern uint16_t airspeedVelocity; |
168 | extern uint16_t airspeedVelocity; |
169 | 169 | ||
170 | /* |
170 | /* |