mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-02 04:58:15 +08:00
drivers: add PCF8583 RPM sensor (#14018)
This commit is contained in:
7
msg/rpm.msg
Normal file
7
msg/rpm.msg
Normal file
@@ -0,0 +1,7 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
float32 indicated_frequency_hz # indicated rotor Frequency in Hz
|
||||
float32 estimated_accurancy_hz # estimated accurancy in Hz
|
||||
float32 indicated_frequency_rpm # indicated rotor Frequency in Revolution per minute
|
||||
float32 estimated_accurancy_rpm # estimated accurancy in Revolution per minute
|
||||
|
||||
Reference in New Issue
Block a user