Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register errors in constants.go #2

Open
rowsto64 opened this issue Nov 2, 2022 · 0 comments
Open

Register errors in constants.go #2

rowsto64 opened this issue Nov 2, 2022 · 0 comments

Comments

@rowsto64
Copy link

rowsto64 commented Nov 2, 2022

Sensor bias values should be as below

// Sensor Bias Magnitude (Selects the sensor bias current magnitude or the bias resistor)
MODE1_sbmag_none byte = 0b00000000 //No sensor bias current or resistor (default)
MODE1_sbmag_500nA byte = 0b00000001 //0.5-µA sensor bias current
MODE1_sbmag_2µA byte = 0b00000010 //2-µA sensor bias current
MODE1_sbmag_10µA byte = 0b00000011 //10-µA sensor bias current
MODE1_sbmag_50µA byte = 0b00000100 //50-µA sensor bias current
MODE1_sbmag_200µA byte = 0b00000101 //200-µA sensor bias current
MODE1_sbmag_10MΩ byte = 0b00000110 //10-MΩ resistor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant