28 Commits (cbd6f4cc2100678276584d587df8d3256bb12ef8)

Author SHA1 Message Date
Lucas De Marchi b1740e2d9c AP_Compass: remove raspilot 8 years ago
Michael du Breuil fb77d0739e AP_Compass: Remove unused time calls, stash the time in the read loop 8 years ago
murata bc7b2144e7 AP_Compass: Change from magic number 0 to definition name. 8 years ago
murata af47a8e91c AP_Compass: Unify from print or println to printf. 8 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
Andrew Tridgell 3d5c57c5dc AP_Compass: fixed orientation of PH2 in-tree compass drivers 8 years ago
Andrew Tridgell bd8867be38 AP_Compass: cope with NULL dev pointer in driver probe functions 8 years ago
Andrew Tridgell 02c2ba1331 AP_Compass: fixed dup semaphore bug 8 years ago
Andrew Tridgell 147b253e65 AP_Compass: make device IDs match PX4 drivers 8 years ago
Andrew Tridgell de7913e8e9 AP_Compass: implement device IDs for compass drivers 8 years ago
Andrew Tridgell 1c631ea037 AP_Compass: cleanup use of backend semaphores 8 years ago
Andrew Tridgell 36190ba545 AP_Compass: use thread per bus for lsm303d mag 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
dgrat f8540f1a80 AP_Compass: Do not use is_zero() for non-float types 9 years ago
Lucas De Marchi 46936767c1 AP_Compass: LSM303D: check for overruns in compass values 9 years ago
Lucas De Marchi cf2d866d51 AP_Compass: LSM303D: used AP_HAL::Device interface 9 years ago
Lucas De Marchi 5164fbb81b AP_Compass: LSM303D: cleanup driver 9 years ago
Lucas De Marchi 20a4a42cb3 AP_Compass: don't store raw and unfiltered fields 9 years ago
Lucas De Marchi d5d6a10e63 AP_Compass: LSM303D now is part of LSM9DS0 9 years ago
Lucas De Marchi a671b7f5b2 AP_Compass: remove misleading message 9 years ago
Caio Marcelo de Oliveira Filho 0d3fbbdd37 AP_Compass: use millis/micros/panic functions 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Gustavo Jose de Sousa 9927cf066f AP_Compass: remove use of milligauss_ratio 9 years ago
raspilot 1b5e6849d9 AP_Compass: fix milligauss code in LSM303D driver 10 years ago
Lucas De Marchi 309e75f9ac AP_Compass: LSM303D: use c++11 initializer to avoid Wreorder 10 years ago
Lucas De Marchi 3a017c8702 AP_Compass: LSM303D: rename members to follow convention 10 years ago
raspilot 19b4f5559a AP_Compass: added LSM303D driver 10 years ago