Mercurial > public > hwos_code
comparison src/ostc3.inc @ 24:f51caad821b4
save logbook recording interval
author | heinrichsweikamp |
---|---|
date | Mon, 08 Jul 2013 14:57:13 +0200 |
parents | e402813343b6 |
children | 9df2c8e018fe |
comparison
equal
deleted
inserted
replaced
23:e402813343b6 | 24:f51caad821b4 |
---|---|
501 opt_aGF_low res 1 ; Alternative GF LOW | 501 opt_aGF_low res 1 ; Alternative GF LOW |
502 opt_GF_high res 1 ; GF HIGH | 502 opt_GF_high res 1 ; GF HIGH |
503 opt_GF_low res 1 ; GF LOW | 503 opt_GF_low res 1 ; GF LOW |
504 opt_enable_aGF res 1 ; =1: aGF can be selected underwater | 504 opt_enable_aGF res 1 ; =1: aGF can be selected underwater |
505 opt_compass_gain res 1 ; 0-7 (230LSB/Gauss to 1370LSB/Gaus) | 505 opt_compass_gain res 1 ; 0-7 (230LSB/Gauss to 1370LSB/Gaus) |
506 opt_sampling_rate res 1 ; =1: 2s, =0: 10s | 506 opt_sampling_rate res 1 ; =1: 10s, =0: 2s |
507 | 507 |
508 ;-----------------------------EEPROM DATA ------------------------------------ | 508 ;-----------------------------EEPROM DATA ------------------------------------ |
509 ; Automatic reset of all options when this is changed: | 509 ; Automatic reset of all options when this is changed: |
510 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 510 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
511 | 511 |