This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-07-05 15:50:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aa30560d684fe32596419590e914b263fe518f0e
PX4-Autopilot
/
src
/
drivers
/
heater
T
History
Jake Dahl
118e5d9607
set feedforward to zero, was set inappropriately
2018-11-01 00:05:10 +01:00
..
CMakeLists.txt
Added an imu heater driver, formatted whitespace, standardized comments, and added doxy documentation.
2018-09-06 12:03:26 +02:00
heater_params.c
set feedforward to zero, was set inappropriately
2018-11-01 00:05:10 +01:00
heater.cpp
fixed a problem where the heater was getting stuck on. This was due to the next on time being calculated as a negative time, thus causing it to not get rescheduled in the work_queue. Also removed some includes in the header file
2018-11-01 00:05:10 +01:00
heater.h
fixed a problem where the heater was getting stuck on. This was due to the next on time being calculated as a negative time, thus causing it to not get rescheduled in the work_queue. Also removed some includes in the header file
2018-11-01 00:05:10 +01:00