Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 577:e3ffc6d62a63
minor clean
author | heinrichsweikamp |
---|---|
date | Sun, 22 Apr 2012 21:32:04 +0200 |
parents | ab2686087bce |
children | cda5b45b953f |
comparison
equal
deleted
inserted
replaced
576:ab2686087bce | 577:e3ffc6d62a63 |
---|---|
35 logbook_cur_tp:2 ; Current temperature, for drawing profile. | 35 logbook_cur_tp:2 ; Current temperature, for drawing profile. |
36 logbook_last_tp ; Y of the last item in Tp° curve. | 36 logbook_last_tp ; Y of the last item in Tp° curve. |
37 logbook_min_tp:2 ; Min temperature, for drawing profile. | 37 logbook_min_tp:2 ; Min temperature, for drawing profile. |
38 logbook_max_tp:2 ; Maximum temperature, for drawing profile. | 38 logbook_max_tp:2 ; Maximum temperature, for drawing profile. |
39 logbook_ceiling ; Current ceiling, for drawing profile. | 39 logbook_ceiling ; Current ceiling, for drawing profile. |
40 divenumber ; Dive number | |
40 ENDC | 41 ENDC |
41 | 42 |
42 ;============================================================================= | 43 ;============================================================================= |
43 ; searches external EEPROM for dive headers and displays them in a list | 44 ; searches external EEPROM for dive headers and displays them in a list |
44 ; a detailed view with all informations and profile can be selected | 45 ; a detailed view with all informations and profile can be selected |