mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
hmc5843: standardize line endings
This file had mixed line endings. Now they're all the same. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1353 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
a960d6e1b1
commit
f388deef34
@ -81,14 +81,14 @@ void PIOS_HMC5843_Init(void)
|
||||
* GN2 | GN1 | GN0 | Mag Input | Gain | Output Range
|
||||
* | | | Range[Ga] | [LSB/mGa] |
|
||||
* ------------------------------------------------------
|
||||
* 0 | 0 | 0 | ±0.7Ga | 1620 | 0xF800–0x07FF (-2048:2047)
|
||||
* 0 | 0 | 1 | ±1.0Ga (def) | 1300 | 0xF800–0x07FF (-2048:2047)
|
||||
* 0 | 1 | 0 | ±1.5Ga | 970 | 0xF800–0x07FF (-2048:2047)
|
||||
* 0 | 1 | 1 | ±2.0Ga | 780 | 0xF800–0x07FF (-2048:2047)
|
||||
* 1 | 0 | 0 | ±3.2Ga | 530 | 0xF800–0x07FF (-2048:2047)
|
||||
* 1 | 0 | 1 | ±3.8Ga | 460 | 0xF800–0x07FF (-2048:2047)
|
||||
* 1 | 1 | 0 | ±4.5Ga | 390 | 0xF800–0x07FF (-2048:2047)
|
||||
* 1 | 1 | 1 | ±6.5Ga | 280 | 0xF800–0x07FF (-2048:2047)
|
||||
* 0 | 0 | 0 | ±0.7Ga | 1620 | 0xF8000x07FF (-2048:2047)
|
||||
* 0 | 0 | 1 | ±1.0Ga (def) | 1300 | 0xF8000x07FF (-2048:2047)
|
||||
* 0 | 1 | 0 | ±1.5Ga | 970 | 0xF8000x07FF (-2048:2047)
|
||||
* 0 | 1 | 1 | ±2.0Ga | 780 | 0xF8000x07FF (-2048:2047)
|
||||
* 1 | 0 | 0 | ±3.2Ga | 530 | 0xF8000x07FF (-2048:2047)
|
||||
* 1 | 0 | 1 | ±3.8Ga | 460 | 0xF8000x07FF (-2048:2047)
|
||||
* 1 | 1 | 0 | ±4.5Ga | 390 | 0xF8000x07FF (-2048:2047)
|
||||
* 1 | 1 | 1 | ±6.5Ga | 280 | 0xF8000x07FF (-2048:2047)
|
||||
* |Not recommended|
|
||||
*
|
||||
* 4:0 CRB4-CRB: 0 This bit must be cleared for correct operation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user