Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1907 → Rev 1908

/branches/dongfang_FC_rewrite/output.h
45,9 → 45,16
* at hand is resolved.
*/
 
// Both on
#define DEBUG_LEDTEST_ON 1000
 
// Both off
#define DEBUG_LEDTEST_OFF 1001
 
// #0 on
#define DEBUG_LEDTEST_0 1002
 
// #1 on
#define DEBUG_LEDTEST_1 1003
 
#define DEBUG_MAINLOOP_TIMER 1
63,7 → 70,7
* Set to 0 for using outputs as the usual flashing lights.
* Set to one of the DEBUG_... defines h for using the outputs as debug lights.
*/
#define DIGITAL_DEBUG_MASK DEBUG_CLIP
#define DIGITAL_DEBUG_MASK DEBUG_ACC0THORDER
 
void output_init(void);
void output_update(void);