1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00
Commit graph

13 commits

Author SHA1 Message Date
Michael Keller
ec4b3b0d60 Revert "CAMERA_CONTROL Drop software PWM mode" 2018-02-11 12:33:00 +13:00
jflyper
86149361ab Drop softpwm option
Also separates PG related code to pg directory.
2018-02-04 12:29:22 +09:00
mikeller
b489d0ba9d Renamed 'parameter_group' to 'pg'. 2017-12-19 23:36:31 +13:00
mikeller
a8d34dabb0 Changed defines for GYRO/ACC/MAG/BARO/GPS/SONAR/OSD/BLACKBOX/CMS to conform to the USE_ convention. 2017-11-05 10:15:24 +13:00
Anders Hoglund
31e4f8ab4f Camera control. Added forced OSD timeout so camera menues are alone on display. 2017-10-07 00:07:53 +02:00
Martin Budden
53f5e87c7a Add void to function declarations/definitions where required 2017-09-24 09:22:48 +01:00
jflyper
503b8dbbfe Issue proper IOConfigGPIOAF for non-F1 targets 2017-09-20 12:11:23 +09:00
DieHertz
8c4b898128 Added internal resistance adjustment 2017-09-09 23:17:45 +03:00
DieHertz
79c819ba90 Set camera_control_key_delay_ms default to 180
This change has been approved by @azolyoung from RunCam, suggesting that 180ms should be OK for most cameras.
2017-08-11 23:34:49 +03:00
Andrey Mironov
9556d1c84d Added CAMERA_CONTROL_PIN for target-specific configuration 2017-07-27 16:42:25 +03:00
Andrey Mironov
3f74aa7dc7 Changed name from MHZ to HZ
Brought name in correspondence with units of measurement
2017-07-27 09:45:19 +03:00
DieHertz
897cdc8346 Fixed refactoring-induced error in camera_control.c 2017-07-27 03:06:24 +03:00
DieHertz
cc358dc405 Implemented Camera Control using Hardware and Software PWM 2017-07-16 02:23:31 +03:00