Subversion Repositories FlightCtrl

Rev

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

Rev 1887 Rev 1908
Line 43... Line 43...
43
 *
43
 *
44
 * Digital debugs may be added as desired, and removed when the mystery
44
 * Digital debugs may be added as desired, and removed when the mystery
45
 * at hand is resolved.
45
 * at hand is resolved.
46
 */
46
 */
Line -... Line 47...
-
 
47
 
47
 
48
// Both on
-
 
49
#define DEBUG_LEDTEST_ON  1000
-
 
50
 
48
#define DEBUG_LEDTEST_ON  1000
51
// Both off
-
 
52
#define DEBUG_LEDTEST_OFF 1001
-
 
53
 
49
#define DEBUG_LEDTEST_OFF 1001
54
// #0 on
-
 
55
#define DEBUG_LEDTEST_0   1002
-
 
56
 
50
#define DEBUG_LEDTEST_0   1002
57
// #1 on
Line 51... Line 58...
51
#define DEBUG_LEDTEST_1   1003
58
#define DEBUG_LEDTEST_1   1003
52
 
59
 
53
#define DEBUG_MAINLOOP_TIMER 1
60
#define DEBUG_MAINLOOP_TIMER 1
Line 61... Line 68...
61
 
68
 
62
/*
69
/*
63
 * Set to 0 for using outputs as the usual flashing lights.
70
 * Set to 0 for using outputs as the usual flashing lights.
64
 * Set to one of the DEBUG_... defines h for using the outputs as debug lights.
71
 * Set to one of the DEBUG_... defines h for using the outputs as debug lights.
65
 */
72
 */
Line 66... Line 73...
66
#define DIGITAL_DEBUG_MASK DEBUG_CLIP
73
#define DIGITAL_DEBUG_MASK DEBUG_ACC0THORDER
67
 
74
 
68
void output_init(void);
75
void output_init(void);
69
void output_update(void);
76
void output_update(void);