mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
baro threshold can be set in conf
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
|
||||
#include "led.h"
|
||||
|
||||
#include "airframe.h"
|
||||
|
||||
/* threshold >0 && <1023 */
|
||||
#ifndef BOOZ_ANALOG_BARO_THRESHOLD
|
||||
#define BOOZ_ANALOG_BARO_THRESHOLD 850
|
||||
#endif
|
||||
|
||||
// pressure on AD0.1 on P0.28
|
||||
// offset on DAC on P0.25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user