
v0.39: Grademe is back in your terminal.
Try the CLI betaReturn the averaged reading of two sensors, or a refusal when they disagree.
The 737 MAX carries two angle of attack sensors, and the MCAS system that pushed the nose down listened to exactly one of them at a time. When that one vane was wrong, nothing on the aircraft was watching to disagree with it. Two crashes, 346 people. The fix Boeing shipped was the one every engineer would have written on day one: read both, and if they do not agree, trust neither.
trusted_aoa(120, 124, 10)Expected result
122For your own tracking. Tests grade your code.
trusted_aoa(120, 200, 10)Expected result
-1trusted_aoa(100, 110, 10)Expected result
105Expected files
sensor.cAllowed functions
None. Write every helper yourself.
