Add preliminary support for HMC5883L magnetometer and MPL3115A2 altimeter.

Logging only, at this stage.
This commit is contained in:
2014-11-23 18:54:11 +00:00
parent 56de69735f
commit 8b3ff9feba
11 changed files with 329 additions and 11 deletions

View File

@@ -152,6 +152,10 @@ void stick_input(void) {
if (throttle < 0.0)
throttle = 0.0;
} else {
log_put_uint16(0);
log_put_uint16(0);
log_put_uint16(0);
log_put_uint16(0);
x = 0.0f;
y = 0.0f;
z = 0.0f;