This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
PX4-Autopilot
Watch
1
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://github.com/PX4/PX4-Autopilot.git
synced
2026-06-08 10:50:19 +08:00
Code
Issues
Actions
31
Packages
Projects
Releases
Wiki
Activity
Files
cca865eff0e4db346abb620c7c73ba54f8db4b89
PX4-Autopilot
/
apps
/
drivers
T
History
Lorenz Meier
eb01cd6fd3
Changed a critical section to double precision calculation. It may not be necessary, but lets not risk precision unless we have properly analyzed what numerical precision is required.
2012-09-03 22:29:51 +02:00
..
bma180
Fixed minor compile warnings (just warnings, no effect on execution) in BMA180
2012-08-31 14:38:55 +02:00
device
…
hmc5883
removed stop() from I2C driver startup routines, work in progress on MPU scaling
2012-08-27 09:08:34 +02:00
l3gd20
Make the buffer ring work.
2012-08-30 22:32:42 -07:00
mpu6000
Added temperature measurement, added led system command
2012-09-01 19:56:42 +02:00
ms5611
Changed a critical section to double precision calculation. It may not be necessary, but lets not risk precision unless we have properly analyzed what numerical precision is required.
2012-09-03 22:29:51 +02:00
drv_accel.h
Added temperature measurement, added led system command
2012-09-01 19:56:42 +02:00
drv_baro.h
Redo the math in the ms5611 driver to a) avoid re-computing scaling factors for every pressure measurement, b) be perhaps more readable and follow the data sheet more closely, and c) support calibration of the MSL pressure.
2012-09-01 16:26:12 -07:00
drv_gpio.h
…
drv_gyro.h
Added temperature measurement, added led system command
2012-09-01 19:56:42 +02:00
drv_mag.h
…
drv_mixer.h
…
drv_orb_dev.h
…
drv_pwm_output.h
…
drv_rc_input.h
…
drv_sensor.h
…