Mercurial > public > hwos_code
comparison src/eeprom_rs232.inc @ 654:75e90cd0c2c3
hwOS sport 10.77 release
author | heinrichsweikamp |
---|---|
date | Thu, 14 Mar 2024 16:56:46 +0100 |
parents | bc214815deb2 |
children |
comparison
equal
deleted
inserted
replaced
653:8bcd138ab744 | 654:75e90cd0c2c3 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File eeprom_rs232.inc * combined next generation V3.09.4n | 3 ; File eeprom_rs232.inc * combined next generation V3.09.4n |
4 ; | 4 ; |
5 ; | 5 ; |
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 6 ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved. |
7 ;============================================================================= | 7 ;============================================================================= |
8 ; HISTORY | 8 ; HISTORY |
9 ; 2011-08-03 : [mH] moving from OSTC code | 9 ; 2011-08-03 : [mH] moving from OSTC code |
10 | 10 |
11 | 11 |
32 #DEFINE eeprom_battery_gauge 0x007 ; | 6 backup storage for the battery gauge meter | 32 #DEFINE eeprom_battery_gauge 0x007 ; | 6 backup storage for the battery gauge meter |
33 #DEFINE eeprom_log_offset 0x00D ; | 2 offset between OSTC dive counting and user's counting | 33 #DEFINE eeprom_log_offset 0x00D ; | 2 offset between OSTC dive counting and user's counting |
34 #DEFINE eeprom_battery_type 0x00F ; | 1 battery type inside the OSTC | 34 #DEFINE eeprom_battery_type 0x00F ; | 1 battery type inside the OSTC |
35 #DEFINE eeprom_options_version 0x010 ; 2 options version identifier | 35 #DEFINE eeprom_options_version 0x010 ; 2 options version identifier |
36 #DEFINE eeprom_fw_chksum_current 0x012 ; 6 checksum of the current firmware *) | 36 #DEFINE eeprom_fw_chksum_current 0x012 ; 6 checksum of the current firmware *) |
37 ; 0x018 ; 2 unused | 37 #DEFINE eeprom_charge_cycles 0x018 ; 2 16bit charge cycles (Reset with "new battery") |
38 #DEFINE eeprom_options_storage 0x01A ; 486 backup storage for the options | 38 #DEFINE eeprom_options_storage 0x01A ; 486 backup storage for the options |
39 | 39 |
40 | 40 |
41 ; bank 2: deco data backup | 41 ; bank 2: deco data backup |
42 ; ------------------------ | 42 ; ------------------------ |