Subversion Repositories FlightCtrl

Rev

Rev 1968 | Rev 2048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1968 Rev 1986
Line 51... Line 51...
51
#define DEBUG_SIGNAL        16
51
#define DEBUG_SIGNAL        16
52
#define DEBUG_PRESSURERANGE 32
52
#define DEBUG_PRESSURERANGE 32
53
#define DEBUG_CLIP          64
53
#define DEBUG_CLIP          64
54
#define DEBUG_SENSORLIMIT  128
54
#define DEBUG_SENSORLIMIT  128
Line 55... Line 55...
55
 
55
 
56
#define OUTPUTOPTIONS_INVERT_0         1 // Inverted: 1 means low output on atmega. Does not affect on-board LED (if used with the OUTPUTOPTIONS_USE_ONBOARD_LEDS option)
56
#define OUTPUTFLAGS_INVERT_0         1 // Inverted: 1 means low output on atmega. Does not affect on-board LED (if used with the OUTPUTOPTIONS_USE_ONBOARD_LEDS option)
57
#define OUTPUTOPTIONS_INVERT_1         2 // Inverted: 1 means low output on atmega. Does not affect on-board LED (if used with the OUTPUTOPTIONS_USE_ONBOARD_LEDS option)
57
#define OUTPUTFLAGS_INVERT_1         2 // Inverted: 1 means low output on atmega. Does not affect on-board LED (if used with the OUTPUTOPTIONS_USE_ONBOARD_LEDS option)
-
 
58
#define OUTPUTFLAGS_FLASH_0_AT_BEEP  4 // Flash LED when beeper beeps
58
#define OUTPUTOPTIONS_FLASH_AT_BEEP    4 // Flash LEDs when beeper beeps
59
#define OUTPUTFLAGS_FLASH_1_AT_BEEP  8 // Flash LED when beeper beeps
59
#define OUTPUTOPTIONS_USE_ONBOARD_LEDS 8 // Control on-board LEDs in addition to outputs
60
#define OUTPUTFLAGS_USE_ONBOARD_LEDS 16 // Control on-board LEDs in addition to outputs
60
#define OUTPUTOPTIONS_TEST_OFF        64 // For testing: Turn off both outputs
61
#define OUTPUTFLAGS_TEST_OFF         32 // For testing: Turn off both outputs
Line 61... Line 62...
61
#define OUTPUTOPTIONS_TEST_ON        128 // For testing: Turn on both outputs
62
#define OUTPUTFLAGS_TEST_ON          64 // For testing: Turn on both outputs
62
 
63
 
63
/*
64
/*
64
 * Set to 0 for using outputs as the usual flashing lights.
65
 * Set to 0 for using outputs as the usual flashing lights.