Subversion Repositories Projects

Rev

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

Rev 902 Rev 1197
Line 70... Line 70...
70
                write_char_att_xy(7 + x, top_line, 0);
70
                write_char_att_xy(7 + x, top_line, 0);
71
        }
71
        }
Line 72... Line 72...
72
 
72
 
73
        // jopl ... compass
73
        // jopl ... compass
74
        write_ndigit_number_u(13, top_line, debugData.Analog[8], 3, 0);
74
        write_ndigit_number_u(13, top_line, debugData.Analog[8], 3, 0);
75
        write_ascii_string_pgm(17, top_line, (const char *)(pgm_read_word(&(directions[heading_conv(debugData.Analog[8])]))));
75
        write_ascii_string_pgm(17, top_line, directions[heading_conv(debugData.Analog[8])]);
Line 76... Line 76...
76
        // end jopl
76
        // end jopl
77
 
77
 
78
        // jopl Altimeter modification
78
        // jopl Altimeter modification