Subversion Repositories MK3Mag

Rev

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

Rev 58 Rev 60
Line 85... Line 85...
85
                        }
85
                        }
86
                        LCD_printfxy(0,3,"(c) Buss, Busker   ");
86
                        LCD_printfxy(0,3,"(c) Buss, Busker   ");
87
                        break;
87
                        break;
Line 88... Line 88...
88
 
88
 
89
                case 1: // Magnet readings
89
                case 1: // Magnet readings
90
                        LCD_printfxy(0,0,"Magnet Sensors:     ");
90
                        LCD_printfxy(0,0,"Magnet Sensors: ");
91
                        LCD_printfxy(0,1,"X:%+4d         ", MagX);
91
                        LCD_printfxy(0,1,"X:%+4d         ", MagX);
92
                        LCD_printfxy(0,2,"Y:%+4d         ", MagY);
92
                        LCD_printfxy(0,2,"Y:%+4d         ", MagY);
93
                        LCD_printfxy(0,3,"Z:%+4d         ", MagZ);
93
                        LCD_printfxy(0,3,"Z:%+4d         ", MagZ);