53 Commits (master)

Author SHA1 Message Date
Randy Mackay 353cb648f6 AP_RPM: rename px4-pwm to just pwm 5 years ago
Gone4Dirt 5239d86d13 AP_RPM: Added Arduino RPM Sensor Debug Tool 6 years ago
Peter Barker 503aeba7b7 AP_RPM: remove dangling update_instance declaration 6 years ago
Peter Barker 7498972b8d AP_RPM: add AP::rpm() call for singleton 6 years ago
IamPete1 696953fb97 AP_RPM: create singleton 6 years ago
Peter Barker 5aa5add4bf AP_RPM: add missing override keywords 6 years ago
Tom Pittenger d27cd19daa AP_RPM: instance range should use define instead of hardcoded value 6 years ago
Tom Pittenger 2646e37e2c AP_RPM: set health false if disabled during runtime 6 years ago
Peter Barker 08173796d9 APM_RPM: remove PX4 backend type 6 years ago
Andrew Tridgell e862c349e8 AP_RPM: set pin to input before attaching interrupt 6 years ago
Peter Barker 34008ad29c AP_RPM: add override keyword where required 6 years ago
Andrew Tridgell 9b3788c83c AP_RPM: treat RPM_TYPE 1 as type 2 on non-PX4 6 years ago
Peter Barker a8d8e5c0ef AP_RPM: remove unused variable 6 years ago
Peter Barker 20027bad17 AP_RPM: attach_interrupt now takes a functor 7 years ago
Peter Barker ec6e2b9da8 AP_RPM: remove unneeded initialisations 7 years ago
Patrick José Pereira 00cb588257 AP_RPM: Use SITL singleton 7 years ago
Andrew Tridgell c2adc26051 AP_RPM: support RPM pin input on ChibiOS 7 years ago
LukeMike a319f6632f VRBRAIN / AP_RPM: removed RPM_PX4_PWM for VR Brain 5.1 and VR Micro Brain 5.2 (they haven't this input pin) 7 years ago
Andrew Tridgell 9b4fef4d50 AP_RPM: removed create() method for objects 7 years ago
Lucas De Marchi de5e044b02 global: use static method to construct AP_RPM 7 years ago
Lucas De Marchi aefae9381e AP_RPM: add static create method 7 years ago
Pierre Kancir 09364085ed AP_RPM: example fix travis warning 8 years ago
Andrew Tridgell 1c5607b42d AP_RPM: fixed build for aero-fc 8 years ago
Andrew Tridgell 9e2cfabb8a AP_RPM: support RPM input on any AUX pin 8 years ago
Lucas De Marchi 5809e2465b AP_RPM: replace board ifdef with feature ifdef 8 years ago
Lucas De Marchi b17acfee12 Add aerofc support 8 years ago
murata 81ef065c53 AP_RPM: Unify from print or println to printf. 8 years ago
Andrew Tridgell 0fb959a309 AP_RPM: make pwm_input driver start on demand 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Peter Barker ecd061dad5 AP_RPM: add missing parameter metadata 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Andrew Tridgell 232347569f AP_RPM: use RPM_SCALING in SITL 9 years ago
Andrew Tridgell c6d3f07b5f AP_RPM: provide an RPM quality in SITL 9 years ago
AndersonRayner aaa8709194 AP_RPM: Added an example script 9 years ago
Andrew Tridgell 8571202199 AP_RPM: allow for low RPM measurements on PX4 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Lucas De Marchi 109f807260 AP_RPM: replace header guard with pragma once 9 years ago
Will Sackfield 723e166c13 AP RPM: Initialise backend with _instance 9 years ago
Robert Lefebvre 59a44008d7 AP_RPM: Move timeout check into synthetic quality check. 9 years ago
Robert Lefebvre fd106b20c7 AP_RPM: Add Minimum Quality Parameter 9 years ago
Robert Lefebvre 1f8b90e876 AP_RPM: Move filter step outside of min/max rpm check 9 years ago
Robert Lefebvre f04668307d AP_RPM: Add Minimum RPM parameter 9 years ago
Robert Lefebvre 968599b795 AP_RPM: Add Signal Quality synthetic method. 9 years ago
Robert Lefebvre a08fa50fda AP_RPM: Add enabled() method to check if sensor is enabled 9 years ago
Andrew Tridgell 45ea2a9b68 AP_RPM: added a SITL RPM backend 9 years ago
Andrew Tridgell 7375f395f9 AP_RPM: added optional PWM logging 9 years ago
Caio Marcelo de Oliveira Filho 9639add306 AP_RPM: use millis/micros/panic functions 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Andrew Tridgell ac363c5447 AP_RPM: added RPM_MAX parameter 10 years ago