Jonathan Challinger
a7f959e6f9
AP_Notify: add ToneAlarm_PX4_Solo
9 years ago
pepevalbe
c00cbcf076
AP_Notify: enable/disable buzzer in PX4 based boards
9 years ago
Paul Riseborough
1e8af3dea4
AP_Notify: Add tone sequence to alert user when throw detector is armed
...
Use a medium tempo ascending three tone sequence with sufficient gap to allow the throwing action to be completed without distraction.
9 years ago
Caio Marcelo de Oliveira Filho
daee8e8e76
AP_Notify: use millis/micros/panic functions
9 years ago
Jonathan Challinger
28ee63c855
AP_Notify: add events.compass_cal_canceled
10 years ago
Jonathan Challinger
adef826a42
AP_Notify: play tones for compass cal
10 years ago
Gustavo Jose de Sousa
6d667e19b1
AP_Notify: standardize inclusion of libaries headers
...
This commit changes the way libraries headers are included in source files:
- If the header is in the same directory the source belongs to, so the
notation '#include ""' is used with the path relative to the directory
containing the source.
- If the header is outside the directory containing the source, then we use
the notation '#include <>' with the path relative to libraries folder.
Some of the advantages of such approach:
- Only one search path for libraries headers.
- OSs like Windows may have a better lookup time.
10 years ago
Randy Mackay
e2071a4630
Notify: ToneAlarm fix to stopping continuous tones
10 years ago
Randy Mackay
2472702838
Notify: rename lost_copter to vehicle_lost
10 years ago
Jaime Machuca
043d24f03a
Notify: add Lost Copter tone
10 years ago
Andrew Tridgell
9f7e20090c
AP_Notify: change for new PX4 device paths
10 years ago
Randy Mackay
3361002379
ToneAlarm: handle arming_failed as event
10 years ago
Randy Mackay
e68a69e139
ToneAlarm_PX4: remove user_mode_init flag
...
Replaced by an initialised check in the main ArduCopter flight code
10 years ago
Randy Mackay
1c8ab375e2
Notify: rename failsafe_action event
10 years ago
Randy Mackay
bfc86ac7c0
ToneAlarm_PX4: add comments
10 years ago
Jonathan Challinger
3dfcdde6be
AP_Notify: Rework ToneAlarm_PX4 to play tones from local array
10 years ago
Randy Mackay
dcc74be4aa
Notify: baro warning tone alarm
11 years ago
Randy Mackay
f24960f4c0
AP_Notify: add EKF failure warning
11 years ago
Randy Mackay
e3e7fc284d
Notify: add parachute release tune for Pixhawk
11 years ago
Jonathan Challinger
f0fc0397d3
Notify: add arming failure tone
11 years ago
Randy Mackay
54cb815fec
AP_Notify: add gps glitching and failsafe flags
12 years ago
Andrew Tridgell
0d6b847966
AP_Notify: grab initial flags state in init()
...
this prevents annoying tones on startup of APM:Plane
12 years ago
Randy Mackay
d16587340d
AP_Notify: add PX4's tone_alarm
...
Sounds added for arming, disarming and low battery events
12 years ago